Shades of Turquoise #3EF2DD
Tints of Turquoise #3EF2DD
RGB
CMYK
RGB Variations
Color information
#3EF2DD (or 0x3EF2DD) is known color: Turquoise. HEX triplet: 3E, F2 and DD. RGB value is (62,242,221). Sum of RGB (Red+Green+Blue) = 62+242+221=525 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.81% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2DD is #C10D22. Grayscale: #B9B9B9. Windows color (decimal): -12651811 or 14545470. OLE color: 14545470.
HSL color Cylindrical-coordinate representation of color #3EF2DD: hue angle of 173º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2DD is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 221 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.05 |
| HSL | 173º | 0.87% | 0.6% | - |
| HSV(B) | 173º | 0.74% | 0.95% | - |
| XYZ | 46.79 | 69.75 | 79.4 | - |
| YUV | 185.79 | 147.87 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 221 | 0.74 | 0 | 0.09 | 0.05 | 173 | 0.87 | 0.6 |
| Hex | 3E | F2 | DD | 4A | 0 | 9 | 5 | AD | 57 | 3C |
| Octal | 76 | 362 | 335 | 112 | 0 | 11 | 5 | 255 | 127 | 74 |
| Binary | 111110 | 11110010 | 11011101 | 1001010 | 0 | 1001 | 101 | 10101101 | 1010111 | 111100 |
Color Harmonies of #3EF2DD
Complementary color
Monochromatic Colors of #3EF2DD
Black with #3EF2DD
Text Example
Text Example
White with #3EF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF2DD; }
p { color: rgb(62,242,221); }
H1.HeaderClassName
{
color: #3EF2DD;
}
.AnyTagClassName
{
color: #3EF2DD;
}
</style>
background-color css
<style>
a { background-color: #3EF2DD; }
a { background-color: rgb(62,242,221); }
div.DivClassName
{
background-color: #3EF2DD;
}
.BgClassName
{
background-color: #3EF2DD;
}
</style>
border-color css
<style>
span { border-color: #3EF2DD; }
span { border-color: rgb(62,242,221); }
td.TdClassName
{
border-color: #3EF2DD;
}
.TagClassName
{
border-color: #3EF2DD;
}
</style>