Shades of Turquoise #27DFD8
Tints of Turquoise #27DFD8
RGB
CMYK
RGB Variations
Color information
#27DFD8 (or 0x27DFD8) is known color: Turquoise. HEX triplet: 27, DF and D8. RGB value is (39,223,216). Sum of RGB (Red+Green+Blue) = 39+223+216=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFD8 is #D82027. Grayscale: #A7A7A7. Windows color (decimal): -14164008 or 14212903. OLE color: 14212903.
HSL color Cylindrical-coordinate representation of color #27DFD8: hue angle of 177.72º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DFD8 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 216 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.13 |
| HSL | 177.72º | 0.74% | 0.51% | - |
| HSV(B) | 177.72º | 0.83% | 0.87% | - |
| XYZ | 39.62 | 58.16 | 74.1 | - |
| YUV | 167.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 216 | 0.83 | 0 | 0.03 | 0.13 | 177.72 | 0.74 | 0.51 |
| Hex | 27 | DF | D8 | 53 | 0 | 3 | D | B2 | 4A | 33 |
| Octal | 47 | 337 | 330 | 123 | 0 | 3 | 15 | 262 | 112 | 63 |
| Binary | 100111 | 11011111 | 11011000 | 1010011 | 0 | 11 | 1101 | 10110010 | 1001010 | 110011 |
Color Harmonies of #27DFD8
Complementary color
Monochromatic Colors of #27DFD8
Black with #27DFD8
Text Example
Text Example
White with #27DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFD8; }
p { color: rgb(39,223,216); }
H1.HeaderClassName
{
color: #27DFD8;
}
.AnyTagClassName
{
color: #27DFD8;
}
</style>
background-color css
<style>
a { background-color: #27DFD8; }
a { background-color: rgb(39,223,216); }
div.DivClassName
{
background-color: #27DFD8;
}
.BgClassName
{
background-color: #27DFD8;
}
</style>
border-color css
<style>
span { border-color: #27DFD8; }
span { border-color: rgb(39,223,216); }
td.TdClassName
{
border-color: #27DFD8;
}
.TagClassName
{
border-color: #27DFD8;
}
</style>