Shades of Turquoise #27FFC4
Tints of Turquoise #27FFC4
RGB
CMYK
RGB Variations
Color information
#27FFC4 (or 0x27FFC4) is known color: Turquoise. HEX triplet: 27, FF and C4. RGB value is (39,255,196). Sum of RGB (Red+Green+Blue) = 39+255+196=490 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.96% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFC4 is #D8003B. Grayscale: #B7B7B7. Windows color (decimal): -14155836 or 12910375. OLE color: 12910375.
HSL color Cylindrical-coordinate representation of color #27FFC4: hue angle of 163.61º 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 #27FFC4 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 196 | - |
| CMYK | 0.85 | 0 | 0.23 | 0 |
| HSL | 163.61º | 1% | 0.58% | - |
| HSV(B) | 163.61º | 0.85% | 1% | - |
| XYZ | 46.56 | 75.94 | 64.43 | - |
| YUV | 183.69 | 134.94 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 196 | 0.85 | 0 | 0.23 | 0 | 163.61 | 1 | 0.58 |
| Hex | 27 | FF | C4 | 55 | 0 | 17 | 0 | A4 | 64 | 3A |
| Octal | 47 | 377 | 304 | 125 | 0 | 27 | 0 | 244 | 144 | 72 |
| Binary | 100111 | 11111111 | 11000100 | 1010101 | 0 | 10111 | 0 | 10100100 | 1100100 | 111010 |
Color Harmonies of #27FFC4
Complementary color
Monochromatic Colors of #27FFC4
Black with #27FFC4
Text Example
Text Example
White with #27FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFC4; }
p { color: rgb(39,255,196); }
H1.HeaderClassName
{
color: #27FFC4;
}
.AnyTagClassName
{
color: #27FFC4;
}
</style>
background-color css
<style>
a { background-color: #27FFC4; }
a { background-color: rgb(39,255,196); }
div.DivClassName
{
background-color: #27FFC4;
}
.BgClassName
{
background-color: #27FFC4;
}
</style>
border-color css
<style>
span { border-color: #27FFC4; }
span { border-color: rgb(39,255,196); }
td.TdClassName
{
border-color: #27FFC4;
}
.TagClassName
{
border-color: #27FFC4;
}
</style>