Shades of Turquoise #27CEC2
Tints of Turquoise #27CEC2
RGB
CMYK
RGB Variations
Color information
#27CEC2 (or 0x27CEC2) is known color: Turquoise. HEX triplet: 27, CE and C2. RGB value is (39,206,194). Sum of RGB (Red+Green+Blue) = 39+206+194=439 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.88% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEC2 is #D8313D. Grayscale: #9A9A9A. Windows color (decimal): -14168382 or 12766759. OLE color: 12766759.
HSL color Cylindrical-coordinate representation of color #27CEC2: hue angle of 175.69º 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 #27CEC2 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 206 | 194 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.19 |
| HSL | 175.69º | 0.68% | 0.48% | - |
| HSV(B) | 175.69º | 0.81% | 0.81% | - |
| XYZ | 32.65 | 48.47 | 58.67 | - |
| YUV | 154.7 | 150.17 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 194 | 0.81 | 0 | 0.06 | 0.19 | 175.69 | 0.68 | 0.48 |
| Hex | 27 | CE | C2 | 51 | 0 | 6 | 13 | B0 | 44 | 30 |
| Octal | 47 | 316 | 302 | 121 | 0 | 6 | 23 | 260 | 104 | 60 |
| Binary | 100111 | 11001110 | 11000010 | 1010001 | 0 | 110 | 10011 | 10110000 | 1000100 | 110000 |
Color Harmonies of #27CEC2
Complementary color
Monochromatic Colors of #27CEC2
Black with #27CEC2
Text Example
Text Example
White with #27CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CEC2; }
p { color: rgb(39,206,194); }
H1.HeaderClassName
{
color: #27CEC2;
}
.AnyTagClassName
{
color: #27CEC2;
}
</style>
background-color css
<style>
a { background-color: #27CEC2; }
a { background-color: rgb(39,206,194); }
div.DivClassName
{
background-color: #27CEC2;
}
.BgClassName
{
background-color: #27CEC2;
}
</style>
border-color css
<style>
span { border-color: #27CEC2; }
span { border-color: rgb(39,206,194); }
td.TdClassName
{
border-color: #27CEC2;
}
.TagClassName
{
border-color: #27CEC2;
}
</style>