Shades of Turquoise #3EDFEF
Tints of Turquoise #3EDFEF
RGB
CMYK
RGB Variations
Color information
#3EDFEF (or 0x3EDFEF) is known color: Turquoise. HEX triplet: 3E, DF and EF. RGB value is (62,223,239). Sum of RGB (Red+Green+Blue) = 62+223+239=524 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.83% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFEF is #C12010. Grayscale: #B0B0B0. Windows color (decimal): -12656657 or 15720254. OLE color: 15720254.
HSL color Cylindrical-coordinate representation of color #3EDFEF: hue angle of 185.42º 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 #3EDFEF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 223 | 239 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.06 |
| HSL | 185.42º | 0.85% | 0.59% | - |
| HSV(B) | 185.42º | 0.74% | 0.94% | - |
| XYZ | 43.95 | 60.03 | 90.93 | - |
| YUV | 176.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 239 | 0.74 | 0.07 | 0 | 0.06 | 185.42 | 0.85 | 0.59 |
| Hex | 3E | DF | EF | 4A | 7 | 0 | 6 | B9 | 55 | 3B |
| Octal | 76 | 337 | 357 | 112 | 7 | 0 | 6 | 271 | 125 | 73 |
| Binary | 111110 | 11011111 | 11101111 | 1001010 | 111 | 0 | 110 | 10111001 | 1010101 | 111011 |
Color Harmonies of #3EDFEF
Complementary color
Monochromatic Colors of #3EDFEF
Black with #3EDFEF
Text Example
Text Example
White with #3EDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFEF; }
p { color: rgb(62,223,239); }
H1.HeaderClassName
{
color: #3EDFEF;
}
.AnyTagClassName
{
color: #3EDFEF;
}
</style>
background-color css
<style>
a { background-color: #3EDFEF; }
a { background-color: rgb(62,223,239); }
div.DivClassName
{
background-color: #3EDFEF;
}
.BgClassName
{
background-color: #3EDFEF;
}
</style>
border-color css
<style>
span { border-color: #3EDFEF; }
span { border-color: rgb(62,223,239); }
td.TdClassName
{
border-color: #3EDFEF;
}
.TagClassName
{
border-color: #3EDFEF;
}
</style>