Shades of Turquoise #27F7B9
Tints of Turquoise #27F7B9
RGB
CMYK
RGB Variations
Color information
#27F7B9 (or 0x27F7B9) is known color: Turquoise. HEX triplet: 27, F7 and B9. RGB value is (39,247,185). Sum of RGB (Red+Green+Blue) = 39+247+185=471 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.28% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7B9 is #D80846. Grayscale: #B1B1B1. Windows color (decimal): -14157895 or 12187431. OLE color: 12187431.
HSL color Cylindrical-coordinate representation of color #27F7B9: hue angle of 162.12º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F7B9 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 247 | 185 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.03 |
| HSL | 162.12º | 0.93% | 0.56% | - |
| HSV(B) | 162.12º | 0.84% | 0.97% | - |
| XYZ | 42.85 | 70.46 | 57.24 | - |
| YUV | 177.74 | 132.09 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 247 | 185 | 0.84 | 0 | 0.25 | 0.03 | 162.12 | 0.93 | 0.56 |
| Hex | 27 | F7 | B9 | 54 | 0 | 19 | 3 | A2 | 5D | 38 |
| Octal | 47 | 367 | 271 | 124 | 0 | 31 | 3 | 242 | 135 | 70 |
| Binary | 100111 | 11110111 | 10111001 | 1010100 | 0 | 11001 | 11 | 10100010 | 1011101 | 111000 |
Color Harmonies of #27F7B9
Complementary color
Monochromatic Colors of #27F7B9
Black with #27F7B9
Text Example
Text Example
White with #27F7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F7B9; }
p { color: rgb(39,247,185); }
H1.HeaderClassName
{
color: #27F7B9;
}
.AnyTagClassName
{
color: #27F7B9;
}
</style>
background-color css
<style>
a { background-color: #27F7B9; }
a { background-color: rgb(39,247,185); }
div.DivClassName
{
background-color: #27F7B9;
}
.BgClassName
{
background-color: #27F7B9;
}
</style>
border-color css
<style>
span { border-color: #27F7B9; }
span { border-color: rgb(39,247,185); }
td.TdClassName
{
border-color: #27F7B9;
}
.TagClassName
{
border-color: #27F7B9;
}
</style>