Shades of Turquoise #27D9C0
Tints of Turquoise #27D9C0
RGB
CMYK
RGB Variations
Color information
#27D9C0 (or 0x27D9C0) is known color: Turquoise. HEX triplet: 27, D9 and C0. RGB value is (39,217,192). Sum of RGB (Red+Green+Blue) = 39+217+192=448 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.71% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9C0 is #D8263F. Grayscale: #A0A0A0. Windows color (decimal): -14165568 or 12638503. OLE color: 12638503.
HSL color Cylindrical-coordinate representation of color #27D9C0: hue angle of 171.57º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9C0 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 192 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.15 |
| HSL | 171.57º | 0.7% | 0.5% | - |
| HSV(B) | 171.57º | 0.82% | 0.85% | - |
| XYZ | 35.16 | 53.86 | 58.41 | - |
| YUV | 160.93 | 145.53 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 192 | 0.82 | 0 | 0.12 | 0.15 | 171.57 | 0.7 | 0.5 |
| Hex | 27 | D9 | C0 | 52 | 0 | C | F | AC | 46 | 32 |
| Octal | 47 | 331 | 300 | 122 | 0 | 14 | 17 | 254 | 106 | 62 |
| Binary | 100111 | 11011001 | 11000000 | 1010010 | 0 | 1100 | 1111 | 10101100 | 1000110 | 110010 |
Color Harmonies of #27D9C0
Complementary color
Monochromatic Colors of #27D9C0
Black with #27D9C0
Text Example
Text Example
White with #27D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D9C0; }
p { color: rgb(39,217,192); }
H1.HeaderClassName
{
color: #27D9C0;
}
.AnyTagClassName
{
color: #27D9C0;
}
</style>
background-color css
<style>
a { background-color: #27D9C0; }
a { background-color: rgb(39,217,192); }
div.DivClassName
{
background-color: #27D9C0;
}
.BgClassName
{
background-color: #27D9C0;
}
</style>
border-color css
<style>
span { border-color: #27D9C0; }
span { border-color: rgb(39,217,192); }
td.TdClassName
{
border-color: #27D9C0;
}
.TagClassName
{
border-color: #27D9C0;
}
</style>