Shades of Medium Turquoise #27C9CE
Tints of Medium Turquoise #27C9CE
RGB
CMYK
RGB Variations
Color information
#27C9CE (or 0x27C9CE) is known color: Medium Turquoise. HEX triplet: 27, C9 and CE. RGB value is (39,201,206). Sum of RGB (Red+Green+Blue) = 39+201+206=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #27C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C9CE is #D83631. Grayscale: #989898. Windows color (decimal): -14169650 or 13551911. OLE color: 13551911.
HSL color Cylindrical-coordinate representation of color #27C9CE: hue angle of 181.8º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C9CE is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 201 | 206 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.19 |
| HSL | 181.8º | 0.68% | 0.48% | - |
| HSV(B) | 181.8º | 0.81% | 0.81% | - |
| XYZ | 32.86 | 46.66 | 65.67 | - |
| YUV | 153.13 | 157.83 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 201 | 206 | 0.81 | 0.02 | 0 | 0.19 | 181.8 | 0.68 | 0.48 |
| Hex | 27 | C9 | CE | 51 | 2 | 0 | 13 | B6 | 44 | 30 |
| Octal | 47 | 311 | 316 | 121 | 2 | 0 | 23 | 266 | 104 | 60 |
| Binary | 100111 | 11001001 | 11001110 | 1010001 | 10 | 0 | 10011 | 10110110 | 1000100 | 110000 |
Color Harmonies of #27C9CE
Complementary color
Monochromatic Colors of #27C9CE
Black with #27C9CE
Text Example
Text Example
White with #27C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C9CE; }
p { color: rgb(39,201,206); }
H1.HeaderClassName
{
color: #27C9CE;
}
.AnyTagClassName
{
color: #27C9CE;
}
</style>
background-color css
<style>
a { background-color: #27C9CE; }
a { background-color: rgb(39,201,206); }
div.DivClassName
{
background-color: #27C9CE;
}
.BgClassName
{
background-color: #27C9CE;
}
</style>
border-color css
<style>
span { border-color: #27C9CE; }
span { border-color: rgb(39,201,206); }
td.TdClassName
{
border-color: #27C9CE;
}
.TagClassName
{
border-color: #27C9CE;
}
</style>