Shades of Turquoise #27DDB7
Tints of Turquoise #27DDB7
RGB
CMYK
RGB Variations
Color information
#27DDB7 (or 0x27DDB7) is known color: Turquoise. HEX triplet: 27, DD and B7. RGB value is (39,221,183). Sum of RGB (Red+Green+Blue) = 39+221+183=443 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.80% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDB7 is #D82248. Grayscale: #A2A2A2. Windows color (decimal): -14164553 or 12049703. OLE color: 12049703.
HSL color Cylindrical-coordinate representation of color #27DDB7: hue angle of 167.47º 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 #27DDB7 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 183 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.13 |
| HSL | 167.47º | 0.73% | 0.51% | - |
| HSV(B) | 167.47º | 0.82% | 0.87% | - |
| XYZ | 35.24 | 55.56 | 53.67 | - |
| YUV | 162.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 183 | 0.82 | 0 | 0.17 | 0.13 | 167.47 | 0.73 | 0.51 |
| Hex | 27 | DD | B7 | 52 | 0 | 11 | D | A7 | 49 | 33 |
| Octal | 47 | 335 | 267 | 122 | 0 | 21 | 15 | 247 | 111 | 63 |
| Binary | 100111 | 11011101 | 10110111 | 1010010 | 0 | 10001 | 1101 | 10100111 | 1001001 | 110011 |
Color Harmonies of #27DDB7
Complementary color
Monochromatic Colors of #27DDB7
Black with #27DDB7
Text Example
Text Example
White with #27DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDB7; }
p { color: rgb(39,221,183); }
H1.HeaderClassName
{
color: #27DDB7;
}
.AnyTagClassName
{
color: #27DDB7;
}
</style>
background-color css
<style>
a { background-color: #27DDB7; }
a { background-color: rgb(39,221,183); }
div.DivClassName
{
background-color: #27DDB7;
}
.BgClassName
{
background-color: #27DDB7;
}
</style>
border-color css
<style>
span { border-color: #27DDB7; }
span { border-color: rgb(39,221,183); }
td.TdClassName
{
border-color: #27DDB7;
}
.TagClassName
{
border-color: #27DDB7;
}
</style>