Shades of Turquoise #27DBDC
Tints of Turquoise #27DBDC
RGB
CMYK
RGB Variations
Color information
#27DBDC (or 0x27DBDC) is known color: Turquoise. HEX triplet: 27, DB and DC. RGB value is (39,219,220). Sum of RGB (Red+Green+Blue) = 39+219+220=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #27DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBDC is #D82423. Grayscale: #A5A5A5. Windows color (decimal): -14165028 or 14474023. OLE color: 14474023.
HSL color Cylindrical-coordinate representation of color #27DBDC: hue angle of 180.33º 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 #27DBDC is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 220 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.14 |
| HSL | 180.33º | 0.72% | 0.51% | - |
| HSV(B) | 180.33º | 0.82% | 0.86% | - |
| XYZ | 39.09 | 56.26 | 76.51 | - |
| YUV | 165.29 | 158.87 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 220 | 0.82 | 0.00 | 0 | 0.14 | 180.33 | 0.72 | 0.51 |
| Hex | 27 | DB | DC | 52 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 47 | 333 | 334 | 122 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 100111 | 11011011 | 11011100 | 1010010 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #27DBDC
Complementary color
Monochromatic Colors of #27DBDC
Black with #27DBDC
Text Example
Text Example
White with #27DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBDC; }
p { color: rgb(39,219,220); }
H1.HeaderClassName
{
color: #27DBDC;
}
.AnyTagClassName
{
color: #27DBDC;
}
</style>
background-color css
<style>
a { background-color: #27DBDC; }
a { background-color: rgb(39,219,220); }
div.DivClassName
{
background-color: #27DBDC;
}
.BgClassName
{
background-color: #27DBDC;
}
</style>
border-color css
<style>
span { border-color: #27DBDC; }
span { border-color: rgb(39,219,220); }
td.TdClassName
{
border-color: #27DBDC;
}
.TagClassName
{
border-color: #27DBDC;
}
</style>