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