Shades of Turquoise #27EFC7
Tints of Turquoise #27EFC7
RGB
CMYK
RGB Variations
Color information
#27EFC7 (or 0x27EFC7) is known color: Turquoise. HEX triplet: 27, EF and C7. RGB value is (39,239,199). Sum of RGB (Red+Green+Blue) = 39+239+199=477 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.18% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFC7 is #D81038. Grayscale: #AEAEAE. Windows color (decimal): -14159929 or 13102887. OLE color: 13102887.
HSL color Cylindrical-coordinate representation of color #27EFC7: hue angle of 168º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EFC7 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 199 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.06 |
| HSL | 168º | 0.86% | 0.55% | - |
| HSV(B) | 168º | 0.84% | 0.94% | - |
| XYZ | 42.01 | 66.29 | 64.61 | - |
| YUV | 174.64 | 141.74 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 199 | 0.84 | 0 | 0.17 | 0.06 | 168 | 0.86 | 0.55 |
| Hex | 27 | EF | C7 | 54 | 0 | 11 | 6 | A8 | 56 | 37 |
| Octal | 47 | 357 | 307 | 124 | 0 | 21 | 6 | 250 | 126 | 67 |
| Binary | 100111 | 11101111 | 11000111 | 1010100 | 0 | 10001 | 110 | 10101000 | 1010110 | 110111 |
Color Harmonies of #27EFC7
Complementary color
Monochromatic Colors of #27EFC7
Black with #27EFC7
Text Example
Text Example
White with #27EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFC7; }
p { color: rgb(39,239,199); }
H1.HeaderClassName
{
color: #27EFC7;
}
.AnyTagClassName
{
color: #27EFC7;
}
</style>
background-color css
<style>
a { background-color: #27EFC7; }
a { background-color: rgb(39,239,199); }
div.DivClassName
{
background-color: #27EFC7;
}
.BgClassName
{
background-color: #27EFC7;
}
</style>
border-color css
<style>
span { border-color: #27EFC7; }
span { border-color: rgb(39,239,199); }
td.TdClassName
{
border-color: #27EFC7;
}
.TagClassName
{
border-color: #27EFC7;
}
</style>