Shades of Turquoise #27E2CC
Tints of Turquoise #27E2CC
RGB
CMYK
RGB Variations
Color information
#27E2CC (or 0x27E2CC) is known color: Turquoise. HEX triplet: 27, E2 and CC. RGB value is (39,226,204). Sum of RGB (Red+Green+Blue) = 39+226+204=469 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.32% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2CC is #D81D33. Grayscale: #A7A7A7. Windows color (decimal): -14163252 or 13427239. OLE color: 13427239.
HSL color Cylindrical-coordinate representation of color #27E2CC: hue angle of 172.94º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2CC is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 226 | 204 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.11 |
| HSL | 172.94º | 0.76% | 0.52% | - |
| HSV(B) | 172.94º | 0.83% | 0.89% | - |
| XYZ | 38.93 | 59.18 | 66.5 | - |
| YUV | 167.58 | 148.55 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 226 | 204 | 0.83 | 0 | 0.10 | 0.11 | 172.94 | 0.76 | 0.52 |
| Hex | 27 | E2 | CC | 53 | 0 | A | B | AD | 4C | 34 |
| Octal | 47 | 342 | 314 | 123 | 0 | 12 | 13 | 255 | 114 | 64 |
| Binary | 100111 | 11100010 | 11001100 | 1010011 | 0 | 1010 | 1011 | 10101101 | 1001100 | 110100 |
Color Harmonies of #27E2CC
Complementary color
Monochromatic Colors of #27E2CC
Black with #27E2CC
Text Example
Text Example
White with #27E2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E2CC; }
p { color: rgb(39,226,204); }
H1.HeaderClassName
{
color: #27E2CC;
}
.AnyTagClassName
{
color: #27E2CC;
}
</style>
background-color css
<style>
a { background-color: #27E2CC; }
a { background-color: rgb(39,226,204); }
div.DivClassName
{
background-color: #27E2CC;
}
.BgClassName
{
background-color: #27E2CC;
}
</style>
border-color css
<style>
span { border-color: #27E2CC; }
span { border-color: rgb(39,226,204); }
td.TdClassName
{
border-color: #27E2CC;
}
.TagClassName
{
border-color: #27E2CC;
}
</style>