Shades of Turquoise #3EECE3
Tints of Turquoise #3EECE3
RGB
CMYK
RGB Variations
Color information
#3EECE3 (or 0x3EECE3) is known color: Turquoise. HEX triplet: 3E, EC and E3. RGB value is (62,236,227). Sum of RGB (Red+Green+Blue) = 62+236+227=525 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.81% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECE3 is #C1131C. Grayscale: #B6B6B6. Windows color (decimal): -12653341 or 14937150. OLE color: 14937150.
HSL color Cylindrical-coordinate representation of color #3EECE3: hue angle of 176.9º 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 #3EECE3 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 227 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.07 |
| HSL | 176.9º | 0.82% | 0.58% | - |
| HSV(B) | 176.9º | 0.74% | 0.93% | - |
| XYZ | 45.85 | 66.56 | 83.1 | - |
| YUV | 182.95 | 152.85 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 227 | 0.74 | 0 | 0.04 | 0.07 | 176.9 | 0.82 | 0.58 |
| Hex | 3E | EC | E3 | 4A | 0 | 4 | 7 | B1 | 52 | 3A |
| Octal | 76 | 354 | 343 | 112 | 0 | 4 | 7 | 261 | 122 | 72 |
| Binary | 111110 | 11101100 | 11100011 | 1001010 | 0 | 100 | 111 | 10110001 | 1010010 | 111010 |
Color Harmonies of #3EECE3
Complementary color
Monochromatic Colors of #3EECE3
Black with #3EECE3
Text Example
Text Example
White with #3EECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECE3; }
p { color: rgb(62,236,227); }
H1.HeaderClassName
{
color: #3EECE3;
}
.AnyTagClassName
{
color: #3EECE3;
}
</style>
background-color css
<style>
a { background-color: #3EECE3; }
a { background-color: rgb(62,236,227); }
div.DivClassName
{
background-color: #3EECE3;
}
.BgClassName
{
background-color: #3EECE3;
}
</style>
border-color css
<style>
span { border-color: #3EECE3; }
span { border-color: rgb(62,236,227); }
td.TdClassName
{
border-color: #3EECE3;
}
.TagClassName
{
border-color: #3EECE3;
}
</style>