Shades of Turquoise #27FAC0
Tints of Turquoise #27FAC0
RGB
CMYK
RGB Variations
Color information
#27FAC0 (or 0x27FAC0) is known color: Turquoise. HEX triplet: 27, FA and C0. RGB value is (39,250,192). Sum of RGB (Red+Green+Blue) = 39+250+192=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #27FAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FAC0 is #D8053F. Grayscale: #B4B4B4. Windows color (decimal): -14157120 or 12646951. OLE color: 12646951.
HSL color Cylindrical-coordinate representation of color #27FAC0: hue angle of 163.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FAC0 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 250 | 192 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.02 |
| HSL | 163.51º | 0.95% | 0.57% | - |
| HSV(B) | 163.51º | 0.84% | 0.98% | - |
| XYZ | 44.54 | 72.61 | 61.54 | - |
| YUV | 180.3 | 134.6 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 250 | 192 | 0.84 | 0 | 0.23 | 0.02 | 163.51 | 0.95 | 0.57 |
| Hex | 27 | FA | C0 | 54 | 0 | 17 | 2 | A4 | 5F | 39 |
| Octal | 47 | 372 | 300 | 124 | 0 | 27 | 2 | 244 | 137 | 71 |
| Binary | 100111 | 11111010 | 11000000 | 1010100 | 0 | 10111 | 10 | 10100100 | 1011111 | 111001 |
Color Harmonies of #27FAC0
Complementary color
Monochromatic Colors of #27FAC0
Black with #27FAC0
Text Example
Text Example
White with #27FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FAC0; }
p { color: rgb(39,250,192); }
H1.HeaderClassName
{
color: #27FAC0;
}
.AnyTagClassName
{
color: #27FAC0;
}
</style>
background-color css
<style>
a { background-color: #27FAC0; }
a { background-color: rgb(39,250,192); }
div.DivClassName
{
background-color: #27FAC0;
}
.BgClassName
{
background-color: #27FAC0;
}
</style>
border-color css
<style>
span { border-color: #27FAC0; }
span { border-color: rgb(39,250,192); }
td.TdClassName
{
border-color: #27FAC0;
}
.TagClassName
{
border-color: #27FAC0;
}
</style>