Shades of Turquoise #3EECF9
Tints of Turquoise #3EECF9
RGB
CMYK
RGB Variations
Color information
#3EECF9 (or 0x3EECF9) is known color: Turquoise. HEX triplet: 3E, EC and F9. RGB value is (62,236,249). Sum of RGB (Red+Green+Blue) = 62+236+249=547 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.33% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #3EECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECF9 is #C11306. Grayscale: #B9B9B9. Windows color (decimal): -12653319 or 16378942. OLE color: 16378942.
HSL color Cylindrical-coordinate representation of color #3EECF9: hue angle of 184.17º degrees, saturation: 0.94, 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 #3EECF9 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 236 | 249 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.02 |
| HSL | 184.17º | 0.94% | 0.61% | - |
| HSV(B) | 184.17º | 0.75% | 0.98% | - |
| XYZ | 49.08 | 67.85 | 100.13 | - |
| YUV | 185.46 | 163.85 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 249 | 0.75 | 0.05 | 0 | 0.02 | 184.17 | 0.94 | 0.61 |
| Hex | 3E | EC | F9 | 4B | 5 | 0 | 2 | B8 | 5E | 3D |
| Octal | 76 | 354 | 371 | 113 | 5 | 0 | 2 | 270 | 136 | 75 |
| Binary | 111110 | 11101100 | 11111001 | 1001011 | 101 | 0 | 10 | 10111000 | 1011110 | 111101 |
Color Harmonies of #3EECF9
Complementary color
Monochromatic Colors of #3EECF9
Black with #3EECF9
Text Example
Text Example
White with #3EECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECF9; }
p { color: rgb(62,236,249); }
H1.HeaderClassName
{
color: #3EECF9;
}
.AnyTagClassName
{
color: #3EECF9;
}
</style>
background-color css
<style>
a { background-color: #3EECF9; }
a { background-color: rgb(62,236,249); }
div.DivClassName
{
background-color: #3EECF9;
}
.BgClassName
{
background-color: #3EECF9;
}
</style>
border-color css
<style>
span { border-color: #3EECF9; }
span { border-color: rgb(62,236,249); }
td.TdClassName
{
border-color: #3EECF9;
}
.TagClassName
{
border-color: #3EECF9;
}
</style>