Shades of Turquoise #3EECFA
Tints of Turquoise #3EECFA
RGB
CMYK
RGB Variations
Color information
#3EECFA (or 0x3EECFA) is known color: Turquoise. HEX triplet: 3E, EC and FA. RGB value is (62,236,250). Sum of RGB (Red+Green+Blue) = 62+236+250=548 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.31% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #3EECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECFA is #C11305. Grayscale: #B9B9B9. Windows color (decimal): -12653318 or 16444478. OLE color: 16444478.
HSL color Cylindrical-coordinate representation of color #3EECFA: hue angle of 184.47º degrees, saturation: 0.95, 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 #3EECFA is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 236 | 250 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.02 |
| HSL | 184.47º | 0.95% | 0.61% | - |
| HSV(B) | 184.47º | 0.75% | 0.98% | - |
| XYZ | 49.24 | 67.92 | 100.96 | - |
| YUV | 185.57 | 164.35 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 250 | 0.75 | 0.06 | 0 | 0.02 | 184.47 | 0.95 | 0.61 |
| Hex | 3E | EC | FA | 4B | 6 | 0 | 2 | B8 | 5F | 3D |
| Octal | 76 | 354 | 372 | 113 | 6 | 0 | 2 | 270 | 137 | 75 |
| Binary | 111110 | 11101100 | 11111010 | 1001011 | 110 | 0 | 10 | 10111000 | 1011111 | 111101 |
Color Harmonies of #3EECFA
Complementary color
Monochromatic Colors of #3EECFA
Black with #3EECFA
Text Example
Text Example
White with #3EECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECFA; }
p { color: rgb(62,236,250); }
H1.HeaderClassName
{
color: #3EECFA;
}
.AnyTagClassName
{
color: #3EECFA;
}
</style>
background-color css
<style>
a { background-color: #3EECFA; }
a { background-color: rgb(62,236,250); }
div.DivClassName
{
background-color: #3EECFA;
}
.BgClassName
{
background-color: #3EECFA;
}
</style>
border-color css
<style>
span { border-color: #3EECFA; }
span { border-color: rgb(62,236,250); }
td.TdClassName
{
border-color: #3EECFA;
}
.TagClassName
{
border-color: #3EECFA;
}
</style>