Shades of Turquoise #27DCD9
Tints of Turquoise #27DCD9
RGB
CMYK
RGB Variations
Color information
#27DCD9 (or 0x27DCD9) is known color: Turquoise. HEX triplet: 27, DC and D9. RGB value is (39,220,217). Sum of RGB (Red+Green+Blue) = 39+220+217=476 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.19% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCD9 is #D82326. Grayscale: #A5A5A5. Windows color (decimal): -14164775 or 14277671. OLE color: 14277671.
HSL color Cylindrical-coordinate representation of color #27DCD9: hue angle of 179.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCD9 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 217 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.14 |
| HSL | 179.01º | 0.72% | 0.51% | - |
| HSV(B) | 179.01º | 0.82% | 0.86% | - |
| XYZ | 38.95 | 56.63 | 74.52 | - |
| YUV | 165.54 | 157.03 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 217 | 0.82 | 0 | 0.01 | 0.14 | 179.01 | 0.72 | 0.51 |
| Hex | 27 | DC | D9 | 52 | 0 | 1 | E | B3 | 48 | 33 |
| Octal | 47 | 334 | 331 | 122 | 0 | 1 | 16 | 263 | 110 | 63 |
| Binary | 100111 | 11011100 | 11011001 | 1010010 | 0 | 1 | 1110 | 10110011 | 1001000 | 110011 |
Color Harmonies of #27DCD9
Complementary color
Monochromatic Colors of #27DCD9
Black with #27DCD9
Text Example
Text Example
White with #27DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCD9; }
p { color: rgb(39,220,217); }
H1.HeaderClassName
{
color: #27DCD9;
}
.AnyTagClassName
{
color: #27DCD9;
}
</style>
background-color css
<style>
a { background-color: #27DCD9; }
a { background-color: rgb(39,220,217); }
div.DivClassName
{
background-color: #27DCD9;
}
.BgClassName
{
background-color: #27DCD9;
}
</style>
border-color css
<style>
span { border-color: #27DCD9; }
span { border-color: rgb(39,220,217); }
td.TdClassName
{
border-color: #27DCD9;
}
.TagClassName
{
border-color: #27DCD9;
}
</style>