Shades of Turquoise #27EBC2
Tints of Turquoise #27EBC2
RGB
CMYK
RGB Variations
Color information
#27EBC2 (or 0x27EBC2) is known color: Turquoise. HEX triplet: 27, EB and C2. RGB value is (39,235,194). Sum of RGB (Red+Green+Blue) = 39+235+194=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #27EBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EBC2 is #D8143D. Grayscale: #ABABAB. Windows color (decimal): -14160958 or 12774183. OLE color: 12774183.
HSL color Cylindrical-coordinate representation of color #27EBC2: hue angle of 167.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EBC2 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 235 | 194 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.08 |
| HSL | 167.45º | 0.83% | 0.54% | - |
| HSV(B) | 167.45º | 0.83% | 0.92% | - |
| XYZ | 40.28 | 63.74 | 61.22 | - |
| YUV | 171.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 235 | 194 | 0.83 | 0 | 0.17 | 0.08 | 167.45 | 0.83 | 0.54 |
| Hex | 27 | EB | C2 | 53 | 0 | 11 | 8 | A7 | 53 | 36 |
| Octal | 47 | 353 | 302 | 123 | 0 | 21 | 10 | 247 | 123 | 66 |
| Binary | 100111 | 11101011 | 11000010 | 1010011 | 0 | 10001 | 1000 | 10100111 | 1010011 | 110110 |
Color Harmonies of #27EBC2
Complementary color
Monochromatic Colors of #27EBC2
Black with #27EBC2
Text Example
Text Example
White with #27EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EBC2; }
p { color: rgb(39,235,194); }
H1.HeaderClassName
{
color: #27EBC2;
}
.AnyTagClassName
{
color: #27EBC2;
}
</style>
background-color css
<style>
a { background-color: #27EBC2; }
a { background-color: rgb(39,235,194); }
div.DivClassName
{
background-color: #27EBC2;
}
.BgClassName
{
background-color: #27EBC2;
}
</style>
border-color css
<style>
span { border-color: #27EBC2; }
span { border-color: rgb(39,235,194); }
td.TdClassName
{
border-color: #27EBC2;
}
.TagClassName
{
border-color: #27EBC2;
}
</style>