Shades of Turquoise #3EECFB
Tints of Turquoise #3EECFB
RGB
CMYK
RGB Variations
Color information
#3EECFB (or 0x3EECFB) is known color: Turquoise. HEX triplet: 3E, EC and FB. RGB value is (62,236,251). Sum of RGB (Red+Green+Blue) = 62+236+251=549 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.29% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #3EECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECFB is #C11304. Grayscale: #B9B9B9. Windows color (decimal): -12653317 or 16510014. OLE color: 16510014.
HSL color Cylindrical-coordinate representation of color #3EECFB: hue angle of 184.76º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EECFB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 236 | 251 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.02 |
| HSL | 184.76º | 0.96% | 0.61% | - |
| HSV(B) | 184.76º | 0.75% | 0.98% | - |
| XYZ | 49.39 | 67.98 | 101.78 | - |
| YUV | 185.68 | 164.85 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 251 | 0.75 | 0.06 | 0 | 0.02 | 184.76 | 0.96 | 0.61 |
| Hex | 3E | EC | FB | 4B | 6 | 0 | 2 | B9 | 60 | 3D |
| Octal | 76 | 354 | 373 | 113 | 6 | 0 | 2 | 271 | 140 | 75 |
| Binary | 111110 | 11101100 | 11111011 | 1001011 | 110 | 0 | 10 | 10111001 | 1100000 | 111101 |
Color Harmonies of #3EECFB
Complementary color
Monochromatic Colors of #3EECFB
Black with #3EECFB
Text Example
Text Example
White with #3EECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECFB; }
p { color: rgb(62,236,251); }
H1.HeaderClassName
{
color: #3EECFB;
}
.AnyTagClassName
{
color: #3EECFB;
}
</style>
background-color css
<style>
a { background-color: #3EECFB; }
a { background-color: rgb(62,236,251); }
div.DivClassName
{
background-color: #3EECFB;
}
.BgClassName
{
background-color: #3EECFB;
}
</style>
border-color css
<style>
span { border-color: #3EECFB; }
span { border-color: rgb(62,236,251); }
td.TdClassName
{
border-color: #3EECFB;
}
.TagClassName
{
border-color: #3EECFB;
}
</style>