Shades of Turquoise #3EF1DD
Tints of Turquoise #3EF1DD
RGB
CMYK
RGB Variations
Color information
#3EF1DD (or 0x3EF1DD) is known color: Turquoise. HEX triplet: 3E, F1 and DD. RGB value is (62,241,221). Sum of RGB (Red+Green+Blue) = 62+241+221=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1DD is #C10E22. Grayscale: #B9B9B9. Windows color (decimal): -12652067 or 14545214. OLE color: 14545214.
HSL color Cylindrical-coordinate representation of color #3EF1DD: hue angle of 173.3º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF1DD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 221 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.05 |
| HSL | 173.3º | 0.86% | 0.59% | - |
| HSV(B) | 173.3º | 0.74% | 0.95% | - |
| XYZ | 46.49 | 69.16 | 79.3 | - |
| YUV | 185.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 221 | 0.74 | 0 | 0.08 | 0.05 | 173.3 | 0.86 | 0.59 |
| Hex | 3E | F1 | DD | 4A | 0 | 8 | 5 | AD | 56 | 3B |
| Octal | 76 | 361 | 335 | 112 | 0 | 10 | 5 | 255 | 126 | 73 |
| Binary | 111110 | 11110001 | 11011101 | 1001010 | 0 | 1000 | 101 | 10101101 | 1010110 | 111011 |
Color Harmonies of #3EF1DD
Complementary color
Monochromatic Colors of #3EF1DD
Black with #3EF1DD
Text Example
Text Example
White with #3EF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF1DD; }
p { color: rgb(62,241,221); }
H1.HeaderClassName
{
color: #3EF1DD;
}
.AnyTagClassName
{
color: #3EF1DD;
}
</style>
background-color css
<style>
a { background-color: #3EF1DD; }
a { background-color: rgb(62,241,221); }
div.DivClassName
{
background-color: #3EF1DD;
}
.BgClassName
{
background-color: #3EF1DD;
}
</style>
border-color css
<style>
span { border-color: #3EF1DD; }
span { border-color: rgb(62,241,221); }
td.TdClassName
{
border-color: #3EF1DD;
}
.TagClassName
{
border-color: #3EF1DD;
}
</style>