Shades of Turquoise #3EECFD
Tints of Turquoise #3EECFD
RGB
CMYK
RGB Variations
Color information
#3EECFD (or 0x3EECFD) is known color: Turquoise. HEX triplet: 3E, EC and FD. RGB value is (62,236,253). Sum of RGB (Red+Green+Blue) = 62+236+253=551 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.25% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #3EECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECFD is #C11302. Grayscale: #B9B9B9. Windows color (decimal): -12653315 or 16641086. OLE color: 16641086.
HSL color Cylindrical-coordinate representation of color #3EECFD: hue angle of 185.34º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EECFD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 236 | 253 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.01 |
| HSL | 185.34º | 0.98% | 0.62% | - |
| HSV(B) | 185.34º | 0.75% | 0.99% | - |
| XYZ | 49.71 | 68.11 | 103.45 | - |
| YUV | 185.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 253 | 0.75 | 0.07 | 0 | 0.01 | 185.34 | 0.98 | 0.62 |
| Hex | 3E | EC | FD | 4B | 7 | 0 | 1 | B9 | 62 | 3E |
| Octal | 76 | 354 | 375 | 113 | 7 | 0 | 1 | 271 | 142 | 76 |
| Binary | 111110 | 11101100 | 11111101 | 1001011 | 111 | 0 | 1 | 10111001 | 1100010 | 111110 |
Color Harmonies of #3EECFD
Complementary color
Monochromatic Colors of #3EECFD
Black with #3EECFD
Text Example
Text Example
White with #3EECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECFD; }
p { color: rgb(62,236,253); }
H1.HeaderClassName
{
color: #3EECFD;
}
.AnyTagClassName
{
color: #3EECFD;
}
</style>
background-color css
<style>
a { background-color: #3EECFD; }
a { background-color: rgb(62,236,253); }
div.DivClassName
{
background-color: #3EECFD;
}
.BgClassName
{
background-color: #3EECFD;
}
</style>
border-color css
<style>
span { border-color: #3EECFD; }
span { border-color: rgb(62,236,253); }
td.TdClassName
{
border-color: #3EECFD;
}
.TagClassName
{
border-color: #3EECFD;
}
</style>