Shades of Turquoise #27F6BA
Tints of Turquoise #27F6BA
RGB
CMYK
RGB Variations
Color information
#27F6BA (or 0x27F6BA) is known color: Turquoise. HEX triplet: 27, F6 and BA. RGB value is (39,246,186). Sum of RGB (Red+Green+Blue) = 39+246+186=471 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.28% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #27F6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F6BA is #D80945. Grayscale: #B1B1B1. Windows color (decimal): -14158150 or 12252711. OLE color: 12252711.
HSL color Cylindrical-coordinate representation of color #27F6BA: hue angle of 162.61º degrees, saturation: 0.92, 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 #27F6BA is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 246 | 186 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.04 |
| HSL | 162.61º | 0.92% | 0.56% | - |
| HSV(B) | 162.61º | 0.84% | 0.96% | - |
| XYZ | 42.66 | 69.89 | 57.7 | - |
| YUV | 177.27 | 132.92 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 246 | 186 | 0.84 | 0 | 0.24 | 0.04 | 162.61 | 0.92 | 0.56 |
| Hex | 27 | F6 | BA | 54 | 0 | 18 | 4 | A3 | 5C | 38 |
| Octal | 47 | 366 | 272 | 124 | 0 | 30 | 4 | 243 | 134 | 70 |
| Binary | 100111 | 11110110 | 10111010 | 1010100 | 0 | 11000 | 100 | 10100011 | 1011100 | 111000 |
Color Harmonies of #27F6BA
Complementary color
Monochromatic Colors of #27F6BA
Black with #27F6BA
Text Example
Text Example
White with #27F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F6BA; }
p { color: rgb(39,246,186); }
H1.HeaderClassName
{
color: #27F6BA;
}
.AnyTagClassName
{
color: #27F6BA;
}
</style>
background-color css
<style>
a { background-color: #27F6BA; }
a { background-color: rgb(39,246,186); }
div.DivClassName
{
background-color: #27F6BA;
}
.BgClassName
{
background-color: #27F6BA;
}
</style>
border-color css
<style>
span { border-color: #27F6BA; }
span { border-color: rgb(39,246,186); }
td.TdClassName
{
border-color: #27F6BA;
}
.TagClassName
{
border-color: #27F6BA;
}
</style>