Shades of Turquoise #27DED4
Tints of Turquoise #27DED4
RGB
CMYK
RGB Variations
Color information
#27DED4 (or 0x27DED4) is known color: Turquoise. HEX triplet: 27, DE and D4. RGB value is (39,222,212). Sum of RGB (Red+Green+Blue) = 39+222+212=473 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.25% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #27DED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DED4 is #D8212B. Grayscale: #A5A5A5. Windows color (decimal): -14164268 or 13950503. OLE color: 13950503.
HSL color Cylindrical-coordinate representation of color #27DED4: hue angle of 176.72º 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 #27DED4 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 212 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.13 |
| HSL | 176.72º | 0.73% | 0.51% | - |
| HSV(B) | 176.72º | 0.82% | 0.87% | - |
| XYZ | 38.84 | 57.43 | 71.32 | - |
| YUV | 166.14 | 153.87 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 212 | 0.82 | 0 | 0.05 | 0.13 | 176.72 | 0.73 | 0.51 |
| Hex | 27 | DE | D4 | 52 | 0 | 5 | D | B1 | 49 | 33 |
| Octal | 47 | 336 | 324 | 122 | 0 | 5 | 15 | 261 | 111 | 63 |
| Binary | 100111 | 11011110 | 11010100 | 1010010 | 0 | 101 | 1101 | 10110001 | 1001001 | 110011 |
Color Harmonies of #27DED4
Complementary color
Monochromatic Colors of #27DED4
Black with #27DED4
Text Example
Text Example
White with #27DED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DED4; }
p { color: rgb(39,222,212); }
H1.HeaderClassName
{
color: #27DED4;
}
.AnyTagClassName
{
color: #27DED4;
}
</style>
background-color css
<style>
a { background-color: #27DED4; }
a { background-color: rgb(39,222,212); }
div.DivClassName
{
background-color: #27DED4;
}
.BgClassName
{
background-color: #27DED4;
}
</style>
border-color css
<style>
span { border-color: #27DED4; }
span { border-color: rgb(39,222,212); }
td.TdClassName
{
border-color: #27DED4;
}
.TagClassName
{
border-color: #27DED4;
}
</style>