Shades of Turquoise #27EEC7
Tints of Turquoise #27EEC7
RGB
CMYK
RGB Variations
Color information
#27EEC7 (or 0x27EEC7) is known color: Turquoise. HEX triplet: 27, EE and C7. RGB value is (39,238,199). Sum of RGB (Red+Green+Blue) = 39+238+199=476 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.19% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEC7 is #D81138. Grayscale: #AEAEAE. Windows color (decimal): -14160185 or 13102631. OLE color: 13102631.
HSL color Cylindrical-coordinate representation of color #27EEC7: hue angle of 168.24º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EEC7 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 199 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.07 |
| HSL | 168.24º | 0.85% | 0.54% | - |
| HSV(B) | 168.24º | 0.84% | 0.93% | - |
| XYZ | 41.72 | 65.7 | 64.52 | - |
| YUV | 174.05 | 142.07 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 199 | 0.84 | 0 | 0.16 | 0.07 | 168.24 | 0.85 | 0.54 |
| Hex | 27 | EE | C7 | 54 | 0 | 10 | 7 | A8 | 55 | 36 |
| Octal | 47 | 356 | 307 | 124 | 0 | 20 | 7 | 250 | 125 | 66 |
| Binary | 100111 | 11101110 | 11000111 | 1010100 | 0 | 10000 | 111 | 10101000 | 1010101 | 110110 |
Color Harmonies of #27EEC7
Complementary color
Monochromatic Colors of #27EEC7
Black with #27EEC7
Text Example
Text Example
White with #27EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEC7; }
p { color: rgb(39,238,199); }
H1.HeaderClassName
{
color: #27EEC7;
}
.AnyTagClassName
{
color: #27EEC7;
}
</style>
background-color css
<style>
a { background-color: #27EEC7; }
a { background-color: rgb(39,238,199); }
div.DivClassName
{
background-color: #27EEC7;
}
.BgClassName
{
background-color: #27EEC7;
}
</style>
border-color css
<style>
span { border-color: #27EEC7; }
span { border-color: rgb(39,238,199); }
td.TdClassName
{
border-color: #27EEC7;
}
.TagClassName
{
border-color: #27EEC7;
}
</style>