Shades of Turquoise #27EEC5
Tints of Turquoise #27EEC5
RGB
CMYK
RGB Variations
Color information
#27EEC5 (or 0x27EEC5) is known color: Turquoise. HEX triplet: 27, EE and C5. RGB value is (39,238,197). Sum of RGB (Red+Green+Blue) = 39+238+197=474 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.23% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEC5 is #D8113A. Grayscale: #ADADAD. Windows color (decimal): -14160187 or 12971559. OLE color: 12971559.
HSL color Cylindrical-coordinate representation of color #27EEC5: hue angle of 167.64º 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 #27EEC5 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 197 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.07 |
| HSL | 167.64º | 0.85% | 0.54% | - |
| HSV(B) | 167.64º | 0.84% | 0.93% | - |
| XYZ | 41.49 | 65.61 | 63.3 | - |
| YUV | 173.83 | 141.07 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 197 | 0.84 | 0 | 0.17 | 0.07 | 167.64 | 0.85 | 0.54 |
| Hex | 27 | EE | C5 | 54 | 0 | 11 | 7 | A8 | 55 | 36 |
| Octal | 47 | 356 | 305 | 124 | 0 | 21 | 7 | 250 | 125 | 66 |
| Binary | 100111 | 11101110 | 11000101 | 1010100 | 0 | 10001 | 111 | 10101000 | 1010101 | 110110 |
Color Harmonies of #27EEC5
Complementary color
Monochromatic Colors of #27EEC5
Black with #27EEC5
Text Example
Text Example
White with #27EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEC5; }
p { color: rgb(39,238,197); }
H1.HeaderClassName
{
color: #27EEC5;
}
.AnyTagClassName
{
color: #27EEC5;
}
</style>
background-color css
<style>
a { background-color: #27EEC5; }
a { background-color: rgb(39,238,197); }
div.DivClassName
{
background-color: #27EEC5;
}
.BgClassName
{
background-color: #27EEC5;
}
</style>
border-color css
<style>
span { border-color: #27EEC5; }
span { border-color: rgb(39,238,197); }
td.TdClassName
{
border-color: #27EEC5;
}
.TagClassName
{
border-color: #27EEC5;
}
</style>