Shades of Turquoise #27D5DB
Tints of Turquoise #27D5DB
RGB
CMYK
RGB Variations
Color information
#27D5DB (or 0x27D5DB) is known color: Turquoise. HEX triplet: 27, D5 and DB. RGB value is (39,213,219). Sum of RGB (Red+Green+Blue) = 39+213+219=471 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.28% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #27D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D5DB is #D82A24. Grayscale: #A1A1A1. Windows color (decimal): -14166565 or 14406951. OLE color: 14406951.
HSL color Cylindrical-coordinate representation of color #27D5DB: hue angle of 182º 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 #27D5DB is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 213 | 219 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.14 |
| HSL | 182º | 0.71% | 0.51% | - |
| HSV(B) | 182º | 0.82% | 0.86% | - |
| XYZ | 37.42 | 53.13 | 75.3 | - |
| YUV | 161.66 | 160.35 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 219 | 0.82 | 0.03 | 0 | 0.14 | 182 | 0.71 | 0.51 |
| Hex | 27 | D5 | DB | 52 | 3 | 0 | E | B6 | 47 | 33 |
| Octal | 47 | 325 | 333 | 122 | 3 | 0 | 16 | 266 | 107 | 63 |
| Binary | 100111 | 11010101 | 11011011 | 1010010 | 11 | 0 | 1110 | 10110110 | 1000111 | 110011 |
Color Harmonies of #27D5DB
Complementary color
Monochromatic Colors of #27D5DB
Black with #27D5DB
Text Example
Text Example
White with #27D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D5DB; }
p { color: rgb(39,213,219); }
H1.HeaderClassName
{
color: #27D5DB;
}
.AnyTagClassName
{
color: #27D5DB;
}
</style>
background-color css
<style>
a { background-color: #27D5DB; }
a { background-color: rgb(39,213,219); }
div.DivClassName
{
background-color: #27D5DB;
}
.BgClassName
{
background-color: #27D5DB;
}
</style>
border-color css
<style>
span { border-color: #27D5DB; }
span { border-color: rgb(39,213,219); }
td.TdClassName
{
border-color: #27D5DB;
}
.TagClassName
{
border-color: #27D5DB;
}
</style>