Shades of Turquoise #27F5BA
Tints of Turquoise #27F5BA
RGB
CMYK
RGB Variations
Color information
#27F5BA (or 0x27F5BA) is known color: Turquoise. HEX triplet: 27, F5 and BA. RGB value is (39,245,186). Sum of RGB (Red+Green+Blue) = 39+245+186=470 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.30% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #27F5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F5BA is #D80A45. Grayscale: #B0B0B0. Windows color (decimal): -14158406 or 12252455. OLE color: 12252455.
HSL color Cylindrical-coordinate representation of color #27F5BA: hue angle of 162.82º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F5BA is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 245 | 186 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.04 |
| HSL | 162.82º | 0.91% | 0.56% | - |
| HSV(B) | 162.82º | 0.84% | 0.96% | - |
| XYZ | 42.35 | 69.28 | 57.59 | - |
| YUV | 176.68 | 133.25 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 245 | 186 | 0.84 | 0 | 0.24 | 0.04 | 162.82 | 0.91 | 0.56 |
| Hex | 27 | F5 | BA | 54 | 0 | 18 | 4 | A3 | 5B | 38 |
| Octal | 47 | 365 | 272 | 124 | 0 | 30 | 4 | 243 | 133 | 70 |
| Binary | 100111 | 11110101 | 10111010 | 1010100 | 0 | 11000 | 100 | 10100011 | 1011011 | 111000 |
Color Harmonies of #27F5BA
Complementary color
Monochromatic Colors of #27F5BA
Black with #27F5BA
Text Example
Text Example
White with #27F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F5BA; }
p { color: rgb(39,245,186); }
H1.HeaderClassName
{
color: #27F5BA;
}
.AnyTagClassName
{
color: #27F5BA;
}
</style>
background-color css
<style>
a { background-color: #27F5BA; }
a { background-color: rgb(39,245,186); }
div.DivClassName
{
background-color: #27F5BA;
}
.BgClassName
{
background-color: #27F5BA;
}
</style>
border-color css
<style>
span { border-color: #27F5BA; }
span { border-color: rgb(39,245,186); }
td.TdClassName
{
border-color: #27F5BA;
}
.TagClassName
{
border-color: #27F5BA;
}
</style>