Shades of Turquoise #27FCC0
Tints of Turquoise #27FCC0
RGB
CMYK
RGB Variations
Color information
#27FCC0 (or 0x27FCC0) is known color: Turquoise. HEX triplet: 27, FC and C0. RGB value is (39,252,192). Sum of RGB (Red+Green+Blue) = 39+252+192=483 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.07% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCC0 is #D8033F. Grayscale: #B5B5B5. Windows color (decimal): -14156608 or 12647463. OLE color: 12647463.
HSL color Cylindrical-coordinate representation of color #27FCC0: hue angle of 163.1º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FCC0 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 192 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.01 |
| HSL | 163.1º | 0.97% | 0.57% | - |
| HSV(B) | 163.1º | 0.85% | 0.99% | - |
| XYZ | 45.16 | 73.86 | 61.74 | - |
| YUV | 181.47 | 133.93 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 192 | 0.85 | 0 | 0.24 | 0.01 | 163.1 | 0.97 | 0.57 |
| Hex | 27 | FC | C0 | 55 | 0 | 18 | 1 | A3 | 61 | 39 |
| Octal | 47 | 374 | 300 | 125 | 0 | 30 | 1 | 243 | 141 | 71 |
| Binary | 100111 | 11111100 | 11000000 | 1010101 | 0 | 11000 | 1 | 10100011 | 1100001 | 111001 |
Color Harmonies of #27FCC0
Complementary color
Monochromatic Colors of #27FCC0
Black with #27FCC0
Text Example
Text Example
White with #27FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FCC0; }
p { color: rgb(39,252,192); }
H1.HeaderClassName
{
color: #27FCC0;
}
.AnyTagClassName
{
color: #27FCC0;
}
</style>
background-color css
<style>
a { background-color: #27FCC0; }
a { background-color: rgb(39,252,192); }
div.DivClassName
{
background-color: #27FCC0;
}
.BgClassName
{
background-color: #27FCC0;
}
</style>
border-color css
<style>
span { border-color: #27FCC0; }
span { border-color: rgb(39,252,192); }
td.TdClassName
{
border-color: #27FCC0;
}
.TagClassName
{
border-color: #27FCC0;
}
</style>