Shades of Turquoise #3EEEEF
Tints of Turquoise #3EEEEF
RGB
CMYK
RGB Variations
Color information
#3EEEEF (or 0x3EEEEF) is known color: Turquoise. HEX triplet: 3E, EE and EF. RGB value is (62,238,239). Sum of RGB (Red+Green+Blue) = 62+238+239=539 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.50% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEEEF is #C11110. Grayscale: #B9B9B9. Windows color (decimal): -12652817 or 15724094. OLE color: 15724094.
HSL color Cylindrical-coordinate representation of color #3EEEEF: hue angle of 180.34º 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 #3EEEEF is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 238 | 239 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.06 |
| HSL | 180.34º | 0.85% | 0.59% | - |
| HSV(B) | 180.34º | 0.74% | 0.94% | - |
| XYZ | 48.14 | 68.41 | 92.33 | - |
| YUV | 185.49 | 158.19 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 238 | 239 | 0.74 | 0.00 | 0 | 0.06 | 180.34 | 0.85 | 0.59 |
| Hex | 3E | EE | EF | 4A | 0 | 0 | 6 | B4 | 55 | 3B |
| Octal | 76 | 356 | 357 | 112 | 0 | 0 | 6 | 264 | 125 | 73 |
| Binary | 111110 | 11101110 | 11101111 | 1001010 | 0 | 0 | 110 | 10110100 | 1010101 | 111011 |
Color Harmonies of #3EEEEF
Complementary color
Monochromatic Colors of #3EEEEF
Black with #3EEEEF
Text Example
Text Example
White with #3EEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEEEF; }
p { color: rgb(62,238,239); }
H1.HeaderClassName
{
color: #3EEEEF;
}
.AnyTagClassName
{
color: #3EEEEF;
}
</style>
background-color css
<style>
a { background-color: #3EEEEF; }
a { background-color: rgb(62,238,239); }
div.DivClassName
{
background-color: #3EEEEF;
}
.BgClassName
{
background-color: #3EEEEF;
}
</style>
border-color css
<style>
span { border-color: #3EEEEF; }
span { border-color: rgb(62,238,239); }
td.TdClassName
{
border-color: #3EEEEF;
}
.TagClassName
{
border-color: #3EEEEF;
}
</style>