Shades of Turquoise #3EECFF
Tints of Turquoise #3EECFF
RGB
CMYK
RGB Variations
Color information
#3EECFF (or 0x3EECFF) is known color: Turquoise. HEX triplet: 3E, EC and FF. RGB value is (62,236,255). Sum of RGB (Red+Green+Blue) = 62+236+255=553 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.21% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECFF is #C11300. Grayscale: #B9B9B9. Windows color (decimal): -12653313 or 16772158. OLE color: 16772158.
HSL color Cylindrical-coordinate representation of color #3EECFF: hue angle of 185.91º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EECFF is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 236 | 255 | - |
| CMYK | 0.76 | 0.07 | 0 | 0 |
| HSL | 185.91º | 1% | 0.62% | - |
| HSV(B) | 185.91º | 0.76% | 1% | - |
| XYZ | 50.03 | 68.24 | 105.14 | - |
| YUV | 186.14 | 166.85 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 255 | 0.76 | 0.07 | 0 | 0 | 185.91 | 1 | 0.62 |
| Hex | 3E | EC | FF | 4C | 7 | 0 | 0 | BA | 64 | 3E |
| Octal | 76 | 354 | 377 | 114 | 7 | 0 | 0 | 272 | 144 | 76 |
| Binary | 111110 | 11101100 | 11111111 | 1001100 | 111 | 0 | 0 | 10111010 | 1100100 | 111110 |
Color Harmonies of #3EECFF
Complementary color
Monochromatic Colors of #3EECFF
Black with #3EECFF
Text Example
Text Example
White with #3EECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECFF; }
p { color: rgb(62,236,255); }
H1.HeaderClassName
{
color: #3EECFF;
}
.AnyTagClassName
{
color: #3EECFF;
}
</style>
background-color css
<style>
a { background-color: #3EECFF; }
a { background-color: rgb(62,236,255); }
div.DivClassName
{
background-color: #3EECFF;
}
.BgClassName
{
background-color: #3EECFF;
}
</style>
border-color css
<style>
span { border-color: #3EECFF; }
span { border-color: rgb(62,236,255); }
td.TdClassName
{
border-color: #3EECFF;
}
.TagClassName
{
border-color: #3EECFF;
}
</style>