Shades of Turquoise #3EE8CB
Tints of Turquoise #3EE8CB
RGB
CMYK
RGB Variations
Color information
#3EE8CB (or 0x3EE8CB) is known color: Turquoise. HEX triplet: 3E, E8 and CB. RGB value is (62,232,203). Sum of RGB (Red+Green+Blue) = 62+232+203=497 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.47% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8CB is #C11734. Grayscale: #B1B1B1. Windows color (decimal): -12654389 or 13363262. OLE color: 13363262.
HSL color Cylindrical-coordinate representation of color #3EE8CB: hue angle of 169.76º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE8CB is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 232 | 203 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.09 |
| HSL | 169.76º | 0.79% | 0.58% | - |
| HSV(B) | 169.76º | 0.73% | 0.91% | - |
| XYZ | 41.62 | 63.05 | 66.48 | - |
| YUV | 177.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 232 | 203 | 0.73 | 0 | 0.12 | 0.09 | 169.76 | 0.79 | 0.58 |
| Hex | 3E | E8 | CB | 49 | 0 | C | 9 | AA | 4F | 3A |
| Octal | 76 | 350 | 313 | 111 | 0 | 14 | 11 | 252 | 117 | 72 |
| Binary | 111110 | 11101000 | 11001011 | 1001001 | 0 | 1100 | 1001 | 10101010 | 1001111 | 111010 |
Color Harmonies of #3EE8CB
Complementary color
Monochromatic Colors of #3EE8CB
Black with #3EE8CB
Text Example
Text Example
White with #3EE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE8CB; }
p { color: rgb(62,232,203); }
H1.HeaderClassName
{
color: #3EE8CB;
}
.AnyTagClassName
{
color: #3EE8CB;
}
</style>
background-color css
<style>
a { background-color: #3EE8CB; }
a { background-color: rgb(62,232,203); }
div.DivClassName
{
background-color: #3EE8CB;
}
.BgClassName
{
background-color: #3EE8CB;
}
</style>
border-color css
<style>
span { border-color: #3EE8CB; }
span { border-color: rgb(62,232,203); }
td.TdClassName
{
border-color: #3EE8CB;
}
.TagClassName
{
border-color: #3EE8CB;
}
</style>