Shades of Turquoise #27D5BA
Tints of Turquoise #27D5BA
RGB
CMYK
RGB Variations
Color information
#27D5BA (or 0x27D5BA) is known color: Turquoise. HEX triplet: 27, D5 and BA. RGB value is (39,213,186). Sum of RGB (Red+Green+Blue) = 39+213+186=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #27D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D5BA is #D82A45. Grayscale: #9D9D9D. Windows color (decimal): -14166598 or 12244263. OLE color: 12244263.
HSL color Cylindrical-coordinate representation of color #27D5BA: hue angle of 170.69º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D5BA is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 186 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.16 |
| HSL | 170.69º | 0.69% | 0.49% | - |
| HSV(B) | 170.69º | 0.82% | 0.84% | - |
| XYZ | 33.49 | 51.57 | 54.64 | - |
| YUV | 157.9 | 143.85 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 186 | 0.82 | 0 | 0.13 | 0.16 | 170.69 | 0.69 | 0.49 |
| Hex | 27 | D5 | BA | 52 | 0 | D | 10 | AB | 45 | 31 |
| Octal | 47 | 325 | 272 | 122 | 0 | 15 | 20 | 253 | 105 | 61 |
| Binary | 100111 | 11010101 | 10111010 | 1010010 | 0 | 1101 | 10000 | 10101011 | 1000101 | 110001 |
Color Harmonies of #27D5BA
Complementary color
Monochromatic Colors of #27D5BA
Black with #27D5BA
Text Example
Text Example
White with #27D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D5BA; }
p { color: rgb(39,213,186); }
H1.HeaderClassName
{
color: #27D5BA;
}
.AnyTagClassName
{
color: #27D5BA;
}
</style>
background-color css
<style>
a { background-color: #27D5BA; }
a { background-color: rgb(39,213,186); }
div.DivClassName
{
background-color: #27D5BA;
}
.BgClassName
{
background-color: #27D5BA;
}
</style>
border-color css
<style>
span { border-color: #27D5BA; }
span { border-color: rgb(39,213,186); }
td.TdClassName
{
border-color: #27D5BA;
}
.TagClassName
{
border-color: #27D5BA;
}
</style>