Shades of Turquoise #27DBD2
Tints of Turquoise #27DBD2
RGB
CMYK
RGB Variations
Color information
#27DBD2 (or 0x27DBD2) is known color: Turquoise. HEX triplet: 27, DB and D2. RGB value is (39,219,210). Sum of RGB (Red+Green+Blue) = 39+219+210=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBD2 is #D8242D. Grayscale: #A4A4A4. Windows color (decimal): -14165038 or 13818663. OLE color: 13818663.
HSL color Cylindrical-coordinate representation of color #27DBD2: hue angle of 177º degrees, saturation: 0.71, 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 #27DBD2 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 210 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.14 |
| HSL | 177º | 0.71% | 0.51% | - |
| HSV(B) | 177º | 0.82% | 0.86% | - |
| XYZ | 37.8 | 55.75 | 69.74 | - |
| YUV | 164.15 | 153.87 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 210 | 0.82 | 0 | 0.04 | 0.14 | 177 | 0.71 | 0.51 |
| Hex | 27 | DB | D2 | 52 | 0 | 4 | E | B1 | 47 | 33 |
| Octal | 47 | 333 | 322 | 122 | 0 | 4 | 16 | 261 | 107 | 63 |
| Binary | 100111 | 11011011 | 11010010 | 1010010 | 0 | 100 | 1110 | 10110001 | 1000111 | 110011 |
Color Harmonies of #27DBD2
Complementary color
Monochromatic Colors of #27DBD2
Black with #27DBD2
Text Example
Text Example
White with #27DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBD2; }
p { color: rgb(39,219,210); }
H1.HeaderClassName
{
color: #27DBD2;
}
.AnyTagClassName
{
color: #27DBD2;
}
</style>
background-color css
<style>
a { background-color: #27DBD2; }
a { background-color: rgb(39,219,210); }
div.DivClassName
{
background-color: #27DBD2;
}
.BgClassName
{
background-color: #27DBD2;
}
</style>
border-color css
<style>
span { border-color: #27DBD2; }
span { border-color: rgb(39,219,210); }
td.TdClassName
{
border-color: #27DBD2;
}
.TagClassName
{
border-color: #27DBD2;
}
</style>