Shades of Turquoise #3EFBDC
Tints of Turquoise #3EFBDC
RGB
CMYK
RGB Variations
Color information
#3EFBDC (or 0x3EFBDC) is known color: Turquoise. HEX triplet: 3E, FB and DC. RGB value is (62,251,220). Sum of RGB (Red+Green+Blue) = 62+251+220=533 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.63% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFBDC is #C10423. Grayscale: #BEBEBE. Windows color (decimal): -12649508 or 14482238. OLE color: 14482238.
HSL color Cylindrical-coordinate representation of color #3EFBDC: hue angle of 170.16º degrees, saturation: 0.96, 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 #3EFBDC is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 251 | 220 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.02 |
| HSL | 170.16º | 0.96% | 0.61% | - |
| HSV(B) | 170.16º | 0.75% | 0.98% | - |
| XYZ | 49.4 | 75.19 | 79.62 | - |
| YUV | 190.96 | 144.38 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 251 | 220 | 0.75 | 0 | 0.12 | 0.02 | 170.16 | 0.96 | 0.61 |
| Hex | 3E | FB | DC | 4B | 0 | C | 2 | AA | 60 | 3D |
| Octal | 76 | 373 | 334 | 113 | 0 | 14 | 2 | 252 | 140 | 75 |
| Binary | 111110 | 11111011 | 11011100 | 1001011 | 0 | 1100 | 10 | 10101010 | 1100000 | 111101 |
Color Harmonies of #3EFBDC
Complementary color
Monochromatic Colors of #3EFBDC
Black with #3EFBDC
Text Example
Text Example
White with #3EFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFBDC; }
p { color: rgb(62,251,220); }
H1.HeaderClassName
{
color: #3EFBDC;
}
.AnyTagClassName
{
color: #3EFBDC;
}
</style>
background-color css
<style>
a { background-color: #3EFBDC; }
a { background-color: rgb(62,251,220); }
div.DivClassName
{
background-color: #3EFBDC;
}
.BgClassName
{
background-color: #3EFBDC;
}
</style>
border-color css
<style>
span { border-color: #3EFBDC; }
span { border-color: rgb(62,251,220); }
td.TdClassName
{
border-color: #3EFBDC;
}
.TagClassName
{
border-color: #3EFBDC;
}
</style>