Shades of Turquoise #27D7BA
Tints of Turquoise #27D7BA
RGB
CMYK
RGB Variations
Color information
#27D7BA (or 0x27D7BA) is known color: Turquoise. HEX triplet: 27, D7 and BA. RGB value is (39,215,186). Sum of RGB (Red+Green+Blue) = 39+215+186=440 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.86% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #27D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D7BA is #D82845. Grayscale: #9F9F9F. Windows color (decimal): -14166086 or 12244775. OLE color: 12244775.
HSL color Cylindrical-coordinate representation of color #27D7BA: hue angle of 170.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D7BA is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 215 | 186 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.16 |
| HSL | 170.11º | 0.69% | 0.5% | - |
| HSV(B) | 170.11º | 0.82% | 0.84% | - |
| XYZ | 34 | 52.58 | 54.81 | - |
| YUV | 159.07 | 143.19 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 186 | 0.82 | 0 | 0.13 | 0.16 | 170.11 | 0.69 | 0.5 |
| Hex | 27 | D7 | BA | 52 | 0 | D | 10 | AA | 45 | 32 |
| Octal | 47 | 327 | 272 | 122 | 0 | 15 | 20 | 252 | 105 | 62 |
| Binary | 100111 | 11010111 | 10111010 | 1010010 | 0 | 1101 | 10000 | 10101010 | 1000101 | 110010 |
Color Harmonies of #27D7BA
Complementary color
Monochromatic Colors of #27D7BA
Black with #27D7BA
Text Example
Text Example
White with #27D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D7BA; }
p { color: rgb(39,215,186); }
H1.HeaderClassName
{
color: #27D7BA;
}
.AnyTagClassName
{
color: #27D7BA;
}
</style>
background-color css
<style>
a { background-color: #27D7BA; }
a { background-color: rgb(39,215,186); }
div.DivClassName
{
background-color: #27D7BA;
}
.BgClassName
{
background-color: #27D7BA;
}
</style>
border-color css
<style>
span { border-color: #27D7BA; }
span { border-color: rgb(39,215,186); }
td.TdClassName
{
border-color: #27D7BA;
}
.TagClassName
{
border-color: #27D7BA;
}
</style>