Shades of Turquoise #3EECE8
Tints of Turquoise #3EECE8
RGB
CMYK
RGB Variations
Color information
#3EECE8 (or 0x3EECE8) is known color: Turquoise. HEX triplet: 3E, EC and E8. RGB value is (62,236,232). Sum of RGB (Red+Green+Blue) = 62+236+232=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECE8 is #C11317. Grayscale: #B7B7B7. Windows color (decimal): -12653336 or 15264830. OLE color: 15264830.
HSL color Cylindrical-coordinate representation of color #3EECE8: hue angle of 178.62º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECE8 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 232 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.07 |
| HSL | 178.62º | 0.82% | 0.58% | - |
| HSV(B) | 178.62º | 0.74% | 0.93% | - |
| XYZ | 46.55 | 66.84 | 86.79 | - |
| YUV | 183.52 | 155.35 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 232 | 0.74 | 0 | 0.02 | 0.07 | 178.62 | 0.82 | 0.58 |
| Hex | 3E | EC | E8 | 4A | 0 | 2 | 7 | B3 | 52 | 3A |
| Octal | 76 | 354 | 350 | 112 | 0 | 2 | 7 | 263 | 122 | 72 |
| Binary | 111110 | 11101100 | 11101000 | 1001010 | 0 | 10 | 111 | 10110011 | 1010010 | 111010 |
Color Harmonies of #3EECE8
Complementary color
Monochromatic Colors of #3EECE8
Black with #3EECE8
Text Example
Text Example
White with #3EECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECE8; }
p { color: rgb(62,236,232); }
H1.HeaderClassName
{
color: #3EECE8;
}
.AnyTagClassName
{
color: #3EECE8;
}
</style>
background-color css
<style>
a { background-color: #3EECE8; }
a { background-color: rgb(62,236,232); }
div.DivClassName
{
background-color: #3EECE8;
}
.BgClassName
{
background-color: #3EECE8;
}
</style>
border-color css
<style>
span { border-color: #3EECE8; }
span { border-color: rgb(62,236,232); }
td.TdClassName
{
border-color: #3EECE8;
}
.TagClassName
{
border-color: #3EECE8;
}
</style>