Shades of Turquoise #27DDD6
Tints of Turquoise #27DDD6
RGB
CMYK
RGB Variations
Color information
#27DDD6 (or 0x27DDD6) is known color: Turquoise. HEX triplet: 27, DD and D6. RGB value is (39,221,214). Sum of RGB (Red+Green+Blue) = 39+221+214=474 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.23% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDD6 is #D82229. Grayscale: #A5A5A5. Windows color (decimal): -14164522 or 14081319. OLE color: 14081319.
HSL color Cylindrical-coordinate representation of color #27DDD6: hue angle of 177.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DDD6 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 214 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.13 |
| HSL | 177.69º | 0.73% | 0.51% | - |
| HSV(B) | 177.69º | 0.82% | 0.87% | - |
| XYZ | 38.83 | 57 | 72.57 | - |
| YUV | 165.78 | 155.2 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 214 | 0.82 | 0 | 0.03 | 0.13 | 177.69 | 0.73 | 0.51 |
| Hex | 27 | DD | D6 | 52 | 0 | 3 | D | B2 | 49 | 33 |
| Octal | 47 | 335 | 326 | 122 | 0 | 3 | 15 | 262 | 111 | 63 |
| Binary | 100111 | 11011101 | 11010110 | 1010010 | 0 | 11 | 1101 | 10110010 | 1001001 | 110011 |
Color Harmonies of #27DDD6
Complementary color
Monochromatic Colors of #27DDD6
Black with #27DDD6
Text Example
Text Example
White with #27DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDD6; }
p { color: rgb(39,221,214); }
H1.HeaderClassName
{
color: #27DDD6;
}
.AnyTagClassName
{
color: #27DDD6;
}
</style>
background-color css
<style>
a { background-color: #27DDD6; }
a { background-color: rgb(39,221,214); }
div.DivClassName
{
background-color: #27DDD6;
}
.BgClassName
{
background-color: #27DDD6;
}
</style>
border-color css
<style>
span { border-color: #27DDD6; }
span { border-color: rgb(39,221,214); }
td.TdClassName
{
border-color: #27DDD6;
}
.TagClassName
{
border-color: #27DDD6;
}
</style>