Shades of Turquoise #27E9CF
Tints of Turquoise #27E9CF
RGB
CMYK
RGB Variations
Color information
#27E9CF (or 0x27E9CF) is known color: Turquoise. HEX triplet: 27, E9 and CF. RGB value is (39,233,207). Sum of RGB (Red+Green+Blue) = 39+233+207=479 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.14% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9CF is #D81630. Grayscale: #ABABAB. Windows color (decimal): -14161457 or 13625639. OLE color: 13625639.
HSL color Cylindrical-coordinate representation of color #27E9CF: hue angle of 171.96º 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 #27E9CF is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 207 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.09 |
| HSL | 171.96º | 0.82% | 0.53% | - |
| HSV(B) | 171.96º | 0.83% | 0.91% | - |
| XYZ | 41.24 | 63.21 | 69.06 | - |
| YUV | 172.03 | 147.73 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 207 | 0.83 | 0 | 0.11 | 0.09 | 171.96 | 0.82 | 0.53 |
| Hex | 27 | E9 | CF | 53 | 0 | B | 9 | AC | 52 | 35 |
| Octal | 47 | 351 | 317 | 123 | 0 | 13 | 11 | 254 | 122 | 65 |
| Binary | 100111 | 11101001 | 11001111 | 1010011 | 0 | 1011 | 1001 | 10101100 | 1010010 | 110101 |
Color Harmonies of #27E9CF
Complementary color
Monochromatic Colors of #27E9CF
Black with #27E9CF
Text Example
Text Example
White with #27E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E9CF; }
p { color: rgb(39,233,207); }
H1.HeaderClassName
{
color: #27E9CF;
}
.AnyTagClassName
{
color: #27E9CF;
}
</style>
background-color css
<style>
a { background-color: #27E9CF; }
a { background-color: rgb(39,233,207); }
div.DivClassName
{
background-color: #27E9CF;
}
.BgClassName
{
background-color: #27E9CF;
}
</style>
border-color css
<style>
span { border-color: #27E9CF; }
span { border-color: rgb(39,233,207); }
td.TdClassName
{
border-color: #27E9CF;
}
.TagClassName
{
border-color: #27E9CF;
}
</style>