Shades of Turquoise #27EACD
Tints of Turquoise #27EACD
RGB
CMYK
RGB Variations
Color information
#27EACD (or 0x27EACD) is known color: Turquoise. HEX triplet: 27, EA and CD. RGB value is (39,234,205). Sum of RGB (Red+Green+Blue) = 39+234+205=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #27EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EACD is #D81532. Grayscale: #ACACAC. Windows color (decimal): -14161203 or 13494823. OLE color: 13494823.
HSL color Cylindrical-coordinate representation of color #27EACD: hue angle of 171.08º degrees, saturation: 0.82, 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 #27EACD is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 205 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.08 |
| HSL | 171.08º | 0.82% | 0.54% | - |
| HSV(B) | 171.08º | 0.83% | 0.92% | - |
| XYZ | 41.28 | 63.68 | 67.87 | - |
| YUV | 172.39 | 146.4 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 205 | 0.83 | 0 | 0.12 | 0.08 | 171.08 | 0.82 | 0.54 |
| Hex | 27 | EA | CD | 53 | 0 | C | 8 | AB | 52 | 36 |
| Octal | 47 | 352 | 315 | 123 | 0 | 14 | 10 | 253 | 122 | 66 |
| Binary | 100111 | 11101010 | 11001101 | 1010011 | 0 | 1100 | 1000 | 10101011 | 1010010 | 110110 |
Color Harmonies of #27EACD
Complementary color
Monochromatic Colors of #27EACD
Black with #27EACD
Text Example
Text Example
White with #27EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EACD; }
p { color: rgb(39,234,205); }
H1.HeaderClassName
{
color: #27EACD;
}
.AnyTagClassName
{
color: #27EACD;
}
</style>
background-color css
<style>
a { background-color: #27EACD; }
a { background-color: rgb(39,234,205); }
div.DivClassName
{
background-color: #27EACD;
}
.BgClassName
{
background-color: #27EACD;
}
</style>
border-color css
<style>
span { border-color: #27EACD; }
span { border-color: rgb(39,234,205); }
td.TdClassName
{
border-color: #27EACD;
}
.TagClassName
{
border-color: #27EACD;
}
</style>