Shades of Turquoise #3CE1FB
Tints of Turquoise #3CE1FB
RGB
CMYK
RGB Variations
Color information
#3CE1FB (or 0x3CE1FB) is known color: Turquoise. HEX triplet: 3C, E1 and FB. RGB value is (60,225,251). Sum of RGB (Red+Green+Blue) = 60+225+251=536 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.19% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CE1FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE1FB is #C31E04. Grayscale: #B2B2B2. Windows color (decimal): -12787205 or 16507196. OLE color: 16507196.
HSL color Cylindrical-coordinate representation of color #3CE1FB: hue angle of 188.17º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE1FB is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 225 | 251 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.02 |
| HSL | 188.17º | 0.96% | 0.61% | - |
| HSV(B) | 188.17º | 0.76% | 0.98% | - |
| XYZ | 46.2 | 61.78 | 100.76 | - |
| YUV | 178.63 | 168.84 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 251 | 0.76 | 0.10 | 0 | 0.02 | 188.17 | 0.96 | 0.61 |
| Hex | 3C | E1 | FB | 4C | A | 0 | 2 | BC | 60 | 3D |
| Octal | 74 | 341 | 373 | 114 | 12 | 0 | 2 | 274 | 140 | 75 |
| Binary | 111100 | 11100001 | 11111011 | 1001100 | 1010 | 0 | 10 | 10111100 | 1100000 | 111101 |
Color Harmonies of #3CE1FB
Complementary color
Monochromatic Colors of #3CE1FB
Black with #3CE1FB
Text Example
Text Example
White with #3CE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE1FB; }
p { color: rgb(60,225,251); }
H1.HeaderClassName
{
color: #3CE1FB;
}
.AnyTagClassName
{
color: #3CE1FB;
}
</style>
background-color css
<style>
a { background-color: #3CE1FB; }
a { background-color: rgb(60,225,251); }
div.DivClassName
{
background-color: #3CE1FB;
}
.BgClassName
{
background-color: #3CE1FB;
}
</style>
border-color css
<style>
span { border-color: #3CE1FB; }
span { border-color: rgb(60,225,251); }
td.TdClassName
{
border-color: #3CE1FB;
}
.TagClassName
{
border-color: #3CE1FB;
}
</style>