Shades of Turquoise #27DCBA
Tints of Turquoise #27DCBA
RGB
CMYK
RGB Variations
Color information
#27DCBA (or 0x27DCBA) is known color: Turquoise. HEX triplet: 27, DC and BA. RGB value is (39,220,186). Sum of RGB (Red+Green+Blue) = 39+220+186=445 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.76% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCBA is #D82345. Grayscale: #A1A1A1. Windows color (decimal): -14164806 or 12246055. OLE color: 12246055.
HSL color Cylindrical-coordinate representation of color #27DCBA: hue angle of 168.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCBA is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 186 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.14 |
| HSL | 168.73º | 0.72% | 0.51% | - |
| HSV(B) | 168.73º | 0.82% | 0.86% | - |
| XYZ | 35.29 | 55.16 | 55.24 | - |
| YUV | 162.01 | 141.53 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 186 | 0.82 | 0 | 0.15 | 0.14 | 168.73 | 0.72 | 0.51 |
| Hex | 27 | DC | BA | 52 | 0 | F | E | A9 | 48 | 33 |
| Octal | 47 | 334 | 272 | 122 | 0 | 17 | 16 | 251 | 110 | 63 |
| Binary | 100111 | 11011100 | 10111010 | 1010010 | 0 | 1111 | 1110 | 10101001 | 1001000 | 110011 |
Color Harmonies of #27DCBA
Complementary color
Monochromatic Colors of #27DCBA
Black with #27DCBA
Text Example
Text Example
White with #27DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCBA; }
p { color: rgb(39,220,186); }
H1.HeaderClassName
{
color: #27DCBA;
}
.AnyTagClassName
{
color: #27DCBA;
}
</style>
background-color css
<style>
a { background-color: #27DCBA; }
a { background-color: rgb(39,220,186); }
div.DivClassName
{
background-color: #27DCBA;
}
.BgClassName
{
background-color: #27DCBA;
}
</style>
border-color css
<style>
span { border-color: #27DCBA; }
span { border-color: rgb(39,220,186); }
td.TdClassName
{
border-color: #27DCBA;
}
.TagClassName
{
border-color: #27DCBA;
}
</style>