Shades of Turquoise #27D4BA
Tints of Turquoise #27D4BA
RGB
CMYK
RGB Variations
Color information
#27D4BA (or 0x27D4BA) is known color: Turquoise. HEX triplet: 27, D4 and BA. RGB value is (39,212,186). Sum of RGB (Red+Green+Blue) = 39+212+186=437 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.92% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #27D4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D4BA is #D82B45. Grayscale: #9D9D9D. Windows color (decimal): -14166854 or 12244007. OLE color: 12244007.
HSL color Cylindrical-coordinate representation of color #27D4BA: hue angle of 170.98º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D4BA is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 212 | 186 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.17 |
| HSL | 170.98º | 0.69% | 0.49% | - |
| HSV(B) | 170.98º | 0.82% | 0.83% | - |
| XYZ | 33.24 | 51.06 | 54.56 | - |
| YUV | 157.31 | 144.19 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 212 | 186 | 0.82 | 0 | 0.12 | 0.17 | 170.98 | 0.69 | 0.49 |
| Hex | 27 | D4 | BA | 52 | 0 | C | 11 | AB | 45 | 31 |
| Octal | 47 | 324 | 272 | 122 | 0 | 14 | 21 | 253 | 105 | 61 |
| Binary | 100111 | 11010100 | 10111010 | 1010010 | 0 | 1100 | 10001 | 10101011 | 1000101 | 110001 |
Color Harmonies of #27D4BA
Complementary color
Monochromatic Colors of #27D4BA
Black with #27D4BA
Text Example
Text Example
White with #27D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D4BA; }
p { color: rgb(39,212,186); }
H1.HeaderClassName
{
color: #27D4BA;
}
.AnyTagClassName
{
color: #27D4BA;
}
</style>
background-color css
<style>
a { background-color: #27D4BA; }
a { background-color: rgb(39,212,186); }
div.DivClassName
{
background-color: #27D4BA;
}
.BgClassName
{
background-color: #27D4BA;
}
</style>
border-color css
<style>
span { border-color: #27D4BA; }
span { border-color: rgb(39,212,186); }
td.TdClassName
{
border-color: #27D4BA;
}
.TagClassName
{
border-color: #27D4BA;
}
</style>