Shades of Turquoise #27D6DC
Tints of Turquoise #27D6DC
RGB
CMYK
RGB Variations
Color information
#27D6DC (or 0x27D6DC) is known color: Turquoise. HEX triplet: 27, D6 and DC. RGB value is (39,214,220). Sum of RGB (Red+Green+Blue) = 39+214+220=473 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.25% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #27D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D6DC is #D82923. Grayscale: #A2A2A2. Windows color (decimal): -14166308 or 14472743. OLE color: 14472743.
HSL color Cylindrical-coordinate representation of color #27D6DC: hue angle of 181.99º 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 #27D6DC is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 214 | 220 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.14 |
| HSL | 181.99º | 0.72% | 0.51% | - |
| HSV(B) | 181.99º | 0.82% | 0.86% | - |
| XYZ | 37.8 | 53.69 | 76.08 | - |
| YUV | 162.36 | 160.52 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 220 | 0.82 | 0.03 | 0 | 0.14 | 181.99 | 0.72 | 0.51 |
| Hex | 27 | D6 | DC | 52 | 3 | 0 | E | B6 | 48 | 33 |
| Octal | 47 | 326 | 334 | 122 | 3 | 0 | 16 | 266 | 110 | 63 |
| Binary | 100111 | 11010110 | 11011100 | 1010010 | 11 | 0 | 1110 | 10110110 | 1001000 | 110011 |
Color Harmonies of #27D6DC
Complementary color
Monochromatic Colors of #27D6DC
Black with #27D6DC
Text Example
Text Example
White with #27D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D6DC; }
p { color: rgb(39,214,220); }
H1.HeaderClassName
{
color: #27D6DC;
}
.AnyTagClassName
{
color: #27D6DC;
}
</style>
background-color css
<style>
a { background-color: #27D6DC; }
a { background-color: rgb(39,214,220); }
div.DivClassName
{
background-color: #27D6DC;
}
.BgClassName
{
background-color: #27D6DC;
}
</style>
border-color css
<style>
span { border-color: #27D6DC; }
span { border-color: rgb(39,214,220); }
td.TdClassName
{
border-color: #27D6DC;
}
.TagClassName
{
border-color: #27D6DC;
}
</style>