Shades of Turquoise #27D8D0
Tints of Turquoise #27D8D0
RGB
CMYK
RGB Variations
Color information
#27D8D0 (or 0x27D8D0) is known color: Turquoise. HEX triplet: 27, D8 and D0. RGB value is (39,216,208). Sum of RGB (Red+Green+Blue) = 39+216+208=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #27D8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8D0 is #D8272F. Grayscale: #A2A2A2. Windows color (decimal): -14165808 or 13686823. OLE color: 13686823.
HSL color Cylindrical-coordinate representation of color #27D8D0: hue angle of 177.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D8D0 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 208 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.15 |
| HSL | 177.29º | 0.69% | 0.5% | - |
| HSV(B) | 177.29º | 0.82% | 0.85% | - |
| XYZ | 36.78 | 54.1 | 68.18 | - |
| YUV | 162.17 | 153.86 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 208 | 0.82 | 0 | 0.04 | 0.15 | 177.29 | 0.69 | 0.5 |
| Hex | 27 | D8 | D0 | 52 | 0 | 4 | F | B1 | 45 | 32 |
| Octal | 47 | 330 | 320 | 122 | 0 | 4 | 17 | 261 | 105 | 62 |
| Binary | 100111 | 11011000 | 11010000 | 1010010 | 0 | 100 | 1111 | 10110001 | 1000101 | 110010 |
Color Harmonies of #27D8D0
Complementary color
Monochromatic Colors of #27D8D0
Black with #27D8D0
Text Example
Text Example
White with #27D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D8D0; }
p { color: rgb(39,216,208); }
H1.HeaderClassName
{
color: #27D8D0;
}
.AnyTagClassName
{
color: #27D8D0;
}
</style>
background-color css
<style>
a { background-color: #27D8D0; }
a { background-color: rgb(39,216,208); }
div.DivClassName
{
background-color: #27D8D0;
}
.BgClassName
{
background-color: #27D8D0;
}
</style>
border-color css
<style>
span { border-color: #27D8D0; }
span { border-color: rgb(39,216,208); }
td.TdClassName
{
border-color: #27D8D0;
}
.TagClassName
{
border-color: #27D8D0;
}
</style>