Shades of Turquoise #27FFBA
Tints of Turquoise #27FFBA
RGB
CMYK
RGB Variations
Color information
#27FFBA (or 0x27FFBA) is known color: Turquoise. HEX triplet: 27, FF and BA. RGB value is (39,255,186). Sum of RGB (Red+Green+Blue) = 39+255+186=480 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.12% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFBA is #D80045. Grayscale: #B6B6B6. Windows color (decimal): -14155846 or 12255015. OLE color: 12255015.
HSL color Cylindrical-coordinate representation of color #27FFBA: hue angle of 160.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFBA is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 186 | - |
| CMYK | 0.85 | 0 | 0.27 | 0 |
| HSL | 160.83º | 1% | 0.58% | - |
| HSV(B) | 160.83º | 0.85% | 1% | - |
| XYZ | 45.46 | 75.5 | 58.63 | - |
| YUV | 182.55 | 129.94 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 186 | 0.85 | 0 | 0.27 | 0 | 160.83 | 1 | 0.58 |
| Hex | 27 | FF | BA | 55 | 0 | 1B | 0 | A1 | 64 | 3A |
| Octal | 47 | 377 | 272 | 125 | 0 | 33 | 0 | 241 | 144 | 72 |
| Binary | 100111 | 11111111 | 10111010 | 1010101 | 0 | 11011 | 0 | 10100001 | 1100100 | 111010 |
Color Harmonies of #27FFBA
Complementary color
Monochromatic Colors of #27FFBA
Black with #27FFBA
Text Example
Text Example
White with #27FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFBA; }
p { color: rgb(39,255,186); }
H1.HeaderClassName
{
color: #27FFBA;
}
.AnyTagClassName
{
color: #27FFBA;
}
</style>
background-color css
<style>
a { background-color: #27FFBA; }
a { background-color: rgb(39,255,186); }
div.DivClassName
{
background-color: #27FFBA;
}
.BgClassName
{
background-color: #27FFBA;
}
</style>
border-color css
<style>
span { border-color: #27FFBA; }
span { border-color: rgb(39,255,186); }
td.TdClassName
{
border-color: #27FFBA;
}
.TagClassName
{
border-color: #27FFBA;
}
</style>