Shades of Turquoise #27CEC0
Tints of Turquoise #27CEC0
RGB
CMYK
RGB Variations
Color information
#27CEC0 (or 0x27CEC0) is known color: Turquoise. HEX triplet: 27, CE and C0. RGB value is (39,206,192). Sum of RGB (Red+Green+Blue) = 39+206+192=437 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.92% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEC0 is #D8313F. Grayscale: #9A9A9A. Windows color (decimal): -14168384 or 12635687. OLE color: 12635687.
HSL color Cylindrical-coordinate representation of color #27CEC0: hue angle of 174.97º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CEC0 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 206 | 192 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.19 |
| HSL | 174.97º | 0.68% | 0.48% | - |
| HSV(B) | 174.97º | 0.81% | 0.81% | - |
| XYZ | 32.42 | 48.38 | 57.5 | - |
| YUV | 154.47 | 149.17 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 192 | 0.81 | 0 | 0.07 | 0.19 | 174.97 | 0.68 | 0.48 |
| Hex | 27 | CE | C0 | 51 | 0 | 7 | 13 | AF | 44 | 30 |
| Octal | 47 | 316 | 300 | 121 | 0 | 7 | 23 | 257 | 104 | 60 |
| Binary | 100111 | 11001110 | 11000000 | 1010001 | 0 | 111 | 10011 | 10101111 | 1000100 | 110000 |
Color Harmonies of #27CEC0
Complementary color
Monochromatic Colors of #27CEC0
Black with #27CEC0
Text Example
Text Example
White with #27CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CEC0; }
p { color: rgb(39,206,192); }
H1.HeaderClassName
{
color: #27CEC0;
}
.AnyTagClassName
{
color: #27CEC0;
}
</style>
background-color css
<style>
a { background-color: #27CEC0; }
a { background-color: rgb(39,206,192); }
div.DivClassName
{
background-color: #27CEC0;
}
.BgClassName
{
background-color: #27CEC0;
}
</style>
border-color css
<style>
span { border-color: #27CEC0; }
span { border-color: rgb(39,206,192); }
td.TdClassName
{
border-color: #27CEC0;
}
.TagClassName
{
border-color: #27CEC0;
}
</style>