Shades of Turquoise #3EEBCA
Tints of Turquoise #3EEBCA
RGB
CMYK
RGB Variations
Color information
#3EEBCA (or 0x3EEBCA) is known color: Turquoise. HEX triplet: 3E, EB and CA. RGB value is (62,235,202). Sum of RGB (Red+Green+Blue) = 62+235+202=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBCA is #C11435. Grayscale: #B3B3B3. Windows color (decimal): -12653622 or 13298494. OLE color: 13298494.
HSL color Cylindrical-coordinate representation of color #3EEBCA: hue angle of 168.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBCA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 235 | 202 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.08 |
| HSL | 168.55º | 0.81% | 0.58% | - |
| HSV(B) | 168.55º | 0.74% | 0.92% | - |
| XYZ | 42.36 | 64.71 | 66.13 | - |
| YUV | 179.51 | 140.69 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 235 | 202 | 0.74 | 0 | 0.14 | 0.08 | 168.55 | 0.81 | 0.58 |
| Hex | 3E | EB | CA | 4A | 0 | E | 8 | A9 | 51 | 3A |
| Octal | 76 | 353 | 312 | 112 | 0 | 16 | 10 | 251 | 121 | 72 |
| Binary | 111110 | 11101011 | 11001010 | 1001010 | 0 | 1110 | 1000 | 10101001 | 1010001 | 111010 |
Color Harmonies of #3EEBCA
Complementary color
Monochromatic Colors of #3EEBCA
Black with #3EEBCA
Text Example
Text Example
White with #3EEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEBCA; }
p { color: rgb(62,235,202); }
H1.HeaderClassName
{
color: #3EEBCA;
}
.AnyTagClassName
{
color: #3EEBCA;
}
</style>
background-color css
<style>
a { background-color: #3EEBCA; }
a { background-color: rgb(62,235,202); }
div.DivClassName
{
background-color: #3EEBCA;
}
.BgClassName
{
background-color: #3EEBCA;
}
</style>
border-color css
<style>
span { border-color: #3EEBCA; }
span { border-color: rgb(62,235,202); }
td.TdClassName
{
border-color: #3EEBCA;
}
.TagClassName
{
border-color: #3EEBCA;
}
</style>