Shades of Turquoise #3EECF8
Tints of Turquoise #3EECF8
RGB
CMYK
RGB Variations
Color information
#3EECF8 (or 0x3EECF8) is known color: Turquoise. HEX triplet: 3E, EC and F8. RGB value is (62,236,248). Sum of RGB (Red+Green+Blue) = 62+236+248=546 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.36% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #3EECF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECF8 is #C11307. Grayscale: #B9B9B9. Windows color (decimal): -12653320 or 16313406. OLE color: 16313406.
HSL color Cylindrical-coordinate representation of color #3EECF8: hue angle of 183.87º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EECF8 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 62 | 236 | 248 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.03 |
| HSL | 183.87º | 0.93% | 0.61% | - |
| HSV(B) | 183.87º | 0.75% | 0.97% | - |
| XYZ | 48.93 | 67.79 | 99.31 | - |
| YUV | 185.34 | 163.35 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 248 | 0.75 | 0.05 | 0 | 0.03 | 183.87 | 0.93 | 0.61 |
| Hex | 3E | EC | F8 | 4B | 5 | 0 | 3 | B8 | 5D | 3D |
| Octal | 76 | 354 | 370 | 113 | 5 | 0 | 3 | 270 | 135 | 75 |
| Binary | 111110 | 11101100 | 11111000 | 1001011 | 101 | 0 | 11 | 10111000 | 1011101 | 111101 |
Color Harmonies of #3EECF8
Complementary color
Monochromatic Colors of #3EECF8
Black with #3EECF8
Text Example
Text Example
White with #3EECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECF8; }
p { color: rgb(62,236,248); }
H1.HeaderClassName
{
color: #3EECF8;
}
.AnyTagClassName
{
color: #3EECF8;
}
</style>
background-color css
<style>
a { background-color: #3EECF8; }
a { background-color: rgb(62,236,248); }
div.DivClassName
{
background-color: #3EECF8;
}
.BgClassName
{
background-color: #3EECF8;
}
</style>
border-color css
<style>
span { border-color: #3EECF8; }
span { border-color: rgb(62,236,248); }
td.TdClassName
{
border-color: #3EECF8;
}
.TagClassName
{
border-color: #3EECF8;
}
</style>