Shades of Turquoise #27D8BD
Tints of Turquoise #27D8BD
RGB
CMYK
RGB Variations
Color information
#27D8BD (or 0x27D8BD) is known color: Turquoise. HEX triplet: 27, D8 and BD. RGB value is (39,216,189). Sum of RGB (Red+Green+Blue) = 39+216+189=444 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.78% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #27D8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8BD is #D82742. Grayscale: #9F9F9F. Windows color (decimal): -14165827 or 12441639. OLE color: 12441639.
HSL color Cylindrical-coordinate representation of color #27D8BD: hue angle of 170.85º 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 #27D8BD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 189 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.15 |
| HSL | 170.85º | 0.69% | 0.5% | - |
| HSV(B) | 170.85º | 0.82% | 0.85% | - |
| XYZ | 34.58 | 53.22 | 56.59 | - |
| YUV | 160 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 189 | 0.82 | 0 | 0.12 | 0.15 | 170.85 | 0.69 | 0.5 |
| Hex | 27 | D8 | BD | 52 | 0 | C | F | AB | 45 | 32 |
| Octal | 47 | 330 | 275 | 122 | 0 | 14 | 17 | 253 | 105 | 62 |
| Binary | 100111 | 11011000 | 10111101 | 1010010 | 0 | 1100 | 1111 | 10101011 | 1000101 | 110010 |
Color Harmonies of #27D8BD
Complementary color
Monochromatic Colors of #27D8BD
Black with #27D8BD
Text Example
Text Example
White with #27D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D8BD; }
p { color: rgb(39,216,189); }
H1.HeaderClassName
{
color: #27D8BD;
}
.AnyTagClassName
{
color: #27D8BD;
}
</style>
background-color css
<style>
a { background-color: #27D8BD; }
a { background-color: rgb(39,216,189); }
div.DivClassName
{
background-color: #27D8BD;
}
.BgClassName
{
background-color: #27D8BD;
}
</style>
border-color css
<style>
span { border-color: #27D8BD; }
span { border-color: rgb(39,216,189); }
td.TdClassName
{
border-color: #27D8BD;
}
.TagClassName
{
border-color: #27D8BD;
}
</style>