Shades of Turquoise #3EEFDF
Tints of Turquoise #3EEFDF
RGB
CMYK
RGB Variations
Color information
#3EEFDF (or 0x3EEFDF) is known color: Turquoise. HEX triplet: 3E, EF and DF. RGB value is (62,239,223). Sum of RGB (Red+Green+Blue) = 62+239+223=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFDF is #C11020. Grayscale: #B8B8B8. Windows color (decimal): -12652577 or 14675774. OLE color: 14675774.
HSL color Cylindrical-coordinate representation of color #3EEFDF: hue angle of 174.58º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFDF is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 223 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.06 |
| HSL | 174.58º | 0.85% | 0.59% | - |
| HSV(B) | 174.58º | 0.74% | 0.94% | - |
| XYZ | 46.17 | 68.08 | 80.52 | - |
| YUV | 184.25 | 149.86 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 223 | 0.74 | 0 | 0.07 | 0.06 | 174.58 | 0.85 | 0.59 |
| Hex | 3E | EF | DF | 4A | 0 | 7 | 6 | AF | 55 | 3B |
| Octal | 76 | 357 | 337 | 112 | 0 | 7 | 6 | 257 | 125 | 73 |
| Binary | 111110 | 11101111 | 11011111 | 1001010 | 0 | 111 | 110 | 10101111 | 1010101 | 111011 |
Color Harmonies of #3EEFDF
Complementary color
Monochromatic Colors of #3EEFDF
Black with #3EEFDF
Text Example
Text Example
White with #3EEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFDF; }
p { color: rgb(62,239,223); }
H1.HeaderClassName
{
color: #3EEFDF;
}
.AnyTagClassName
{
color: #3EEFDF;
}
</style>
background-color css
<style>
a { background-color: #3EEFDF; }
a { background-color: rgb(62,239,223); }
div.DivClassName
{
background-color: #3EEFDF;
}
.BgClassName
{
background-color: #3EEFDF;
}
</style>
border-color css
<style>
span { border-color: #3EEFDF; }
span { border-color: rgb(62,239,223); }
td.TdClassName
{
border-color: #3EEFDF;
}
.TagClassName
{
border-color: #3EEFDF;
}
</style>