Shades of Turquoise #27DDD8
Tints of Turquoise #27DDD8
RGB
CMYK
RGB Variations
Color information
#27DDD8 (or 0x27DDD8) is known color: Turquoise. HEX triplet: 27, DD and D8. RGB value is (39,221,216). Sum of RGB (Red+Green+Blue) = 39+221+216=476 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.19% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDD8 is #D82227. Grayscale: #A5A5A5. Windows color (decimal): -14164520 or 14212391. OLE color: 14212391.
HSL color Cylindrical-coordinate representation of color #27DDD8: hue angle of 178.35º 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 #27DDD8 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 216 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.13 |
| HSL | 178.35º | 0.73% | 0.51% | - |
| HSV(B) | 178.35º | 0.82% | 0.87% | - |
| XYZ | 39.09 | 57.1 | 73.93 | - |
| YUV | 166.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 216 | 0.82 | 0 | 0.02 | 0.13 | 178.35 | 0.73 | 0.51 |
| Hex | 27 | DD | D8 | 52 | 0 | 2 | D | B2 | 49 | 33 |
| Octal | 47 | 335 | 330 | 122 | 0 | 2 | 15 | 262 | 111 | 63 |
| Binary | 100111 | 11011101 | 11011000 | 1010010 | 0 | 10 | 1101 | 10110010 | 1001001 | 110011 |
Color Harmonies of #27DDD8
Complementary color
Monochromatic Colors of #27DDD8
Black with #27DDD8
Text Example
Text Example
White with #27DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDD8; }
p { color: rgb(39,221,216); }
H1.HeaderClassName
{
color: #27DDD8;
}
.AnyTagClassName
{
color: #27DDD8;
}
</style>
background-color css
<style>
a { background-color: #27DDD8; }
a { background-color: rgb(39,221,216); }
div.DivClassName
{
background-color: #27DDD8;
}
.BgClassName
{
background-color: #27DDD8;
}
</style>
border-color css
<style>
span { border-color: #27DDD8; }
span { border-color: rgb(39,221,216); }
td.TdClassName
{
border-color: #27DDD8;
}
.TagClassName
{
border-color: #27DDD8;
}
</style>