Shades of Turquoise #27E9CB
Tints of Turquoise #27E9CB
RGB
CMYK
RGB Variations
Color information
#27E9CB (or 0x27E9CB) is known color: Turquoise. HEX triplet: 27, E9 and CB. RGB value is (39,233,203). Sum of RGB (Red+Green+Blue) = 39+233+203=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9CB is #D81634. Grayscale: #ABABAB. Windows color (decimal): -14161461 or 13363495. OLE color: 13363495.
HSL color Cylindrical-coordinate representation of color #27E9CB: hue angle of 170.72º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E9CB is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 203 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.09 |
| HSL | 170.72º | 0.82% | 0.53% | - |
| HSV(B) | 170.72º | 0.83% | 0.91% | - |
| XYZ | 40.76 | 63.02 | 66.52 | - |
| YUV | 171.57 | 145.73 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 203 | 0.83 | 0 | 0.13 | 0.09 | 170.72 | 0.82 | 0.53 |
| Hex | 27 | E9 | CB | 53 | 0 | D | 9 | AB | 52 | 35 |
| Octal | 47 | 351 | 313 | 123 | 0 | 15 | 11 | 253 | 122 | 65 |
| Binary | 100111 | 11101001 | 11001011 | 1010011 | 0 | 1101 | 1001 | 10101011 | 1010010 | 110101 |
Color Harmonies of #27E9CB
Complementary color
Monochromatic Colors of #27E9CB
Black with #27E9CB
Text Example
Text Example
White with #27E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E9CB; }
p { color: rgb(39,233,203); }
H1.HeaderClassName
{
color: #27E9CB;
}
.AnyTagClassName
{
color: #27E9CB;
}
</style>
background-color css
<style>
a { background-color: #27E9CB; }
a { background-color: rgb(39,233,203); }
div.DivClassName
{
background-color: #27E9CB;
}
.BgClassName
{
background-color: #27E9CB;
}
</style>
border-color css
<style>
span { border-color: #27E9CB; }
span { border-color: rgb(39,233,203); }
td.TdClassName
{
border-color: #27E9CB;
}
.TagClassName
{
border-color: #27E9CB;
}
</style>