Shades of Turquoise #27E5CC
Tints of Turquoise #27E5CC
RGB
CMYK
RGB Variations
Color information
#27E5CC (or 0x27E5CC) is known color: Turquoise. HEX triplet: 27, E5 and CC. RGB value is (39,229,204). Sum of RGB (Red+Green+Blue) = 39+229+204=472 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.26% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #27E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E5CC is #D81A33. Grayscale: #A9A9A9. Windows color (decimal): -14162484 or 13428007. OLE color: 13428007.
HSL color Cylindrical-coordinate representation of color #27E5CC: hue angle of 172.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E5CC is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 229 | 204 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.10 |
| HSL | 172.11º | 0.79% | 0.53% | - |
| HSV(B) | 172.11º | 0.83% | 0.9% | - |
| XYZ | 39.76 | 60.83 | 66.77 | - |
| YUV | 169.34 | 147.55 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 229 | 204 | 0.83 | 0 | 0.11 | 0.10 | 172.11 | 0.79 | 0.53 |
| Hex | 27 | E5 | CC | 53 | 0 | B | A | AC | 4F | 35 |
| Octal | 47 | 345 | 314 | 123 | 0 | 13 | 12 | 254 | 117 | 65 |
| Binary | 100111 | 11100101 | 11001100 | 1010011 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110101 |
Color Harmonies of #27E5CC
Complementary color
Monochromatic Colors of #27E5CC
Black with #27E5CC
Text Example
Text Example
White with #27E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E5CC; }
p { color: rgb(39,229,204); }
H1.HeaderClassName
{
color: #27E5CC;
}
.AnyTagClassName
{
color: #27E5CC;
}
</style>
background-color css
<style>
a { background-color: #27E5CC; }
a { background-color: rgb(39,229,204); }
div.DivClassName
{
background-color: #27E5CC;
}
.BgClassName
{
background-color: #27E5CC;
}
</style>
border-color css
<style>
span { border-color: #27E5CC; }
span { border-color: rgb(39,229,204); }
td.TdClassName
{
border-color: #27E5CC;
}
.TagClassName
{
border-color: #27E5CC;
}
</style>