Shades of Turquoise #27EEC2
Tints of Turquoise #27EEC2
RGB
CMYK
RGB Variations
Color information
#27EEC2 (or 0x27EEC2) is known color: Turquoise. HEX triplet: 27, EE and C2. RGB value is (39,238,194). Sum of RGB (Red+Green+Blue) = 39+238+194=471 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.28% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEC2 is #D8113D. Grayscale: #ADADAD. Windows color (decimal): -14160190 or 12774951. OLE color: 12774951.
HSL color Cylindrical-coordinate representation of color #27EEC2: hue angle of 166.73º 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 #27EEC2 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 194 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.07 |
| HSL | 166.73º | 0.85% | 0.54% | - |
| HSV(B) | 166.73º | 0.84% | 0.93% | - |
| XYZ | 41.15 | 65.48 | 61.51 | - |
| YUV | 173.48 | 139.57 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 194 | 0.84 | 0 | 0.18 | 0.07 | 166.73 | 0.85 | 0.54 |
| Hex | 27 | EE | C2 | 54 | 0 | 12 | 7 | A7 | 55 | 36 |
| Octal | 47 | 356 | 302 | 124 | 0 | 22 | 7 | 247 | 125 | 66 |
| Binary | 100111 | 11101110 | 11000010 | 1010100 | 0 | 10010 | 111 | 10100111 | 1010101 | 110110 |
Color Harmonies of #27EEC2
Complementary color
Monochromatic Colors of #27EEC2
Black with #27EEC2
Text Example
Text Example
White with #27EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEC2; }
p { color: rgb(39,238,194); }
H1.HeaderClassName
{
color: #27EEC2;
}
.AnyTagClassName
{
color: #27EEC2;
}
</style>
background-color css
<style>
a { background-color: #27EEC2; }
a { background-color: rgb(39,238,194); }
div.DivClassName
{
background-color: #27EEC2;
}
.BgClassName
{
background-color: #27EEC2;
}
</style>
border-color css
<style>
span { border-color: #27EEC2; }
span { border-color: rgb(39,238,194); }
td.TdClassName
{
border-color: #27EEC2;
}
.TagClassName
{
border-color: #27EEC2;
}
</style>