Shades of Turquoise #27EADC
Tints of Turquoise #27EADC
RGB
CMYK
RGB Variations
Color information
#27EADC (or 0x27EADC) is known color: Turquoise. HEX triplet: 27, EA and DC. RGB value is (39,234,220). Sum of RGB (Red+Green+Blue) = 39+234+220=493 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.91% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #27EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EADC is #D81523. Grayscale: #ADADAD. Windows color (decimal): -14161188 or 14477863. OLE color: 14477863.
HSL color Cylindrical-coordinate representation of color #27EADC: hue angle of 175.69º 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 #27EADC is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 220 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.08 |
| HSL | 175.69º | 0.82% | 0.54% | - |
| HSV(B) | 175.69º | 0.83% | 0.92% | - |
| XYZ | 43.18 | 64.44 | 77.87 | - |
| YUV | 174.1 | 153.9 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 220 | 0.83 | 0 | 0.06 | 0.08 | 175.69 | 0.82 | 0.54 |
| Hex | 27 | EA | DC | 53 | 0 | 6 | 8 | B0 | 52 | 36 |
| Octal | 47 | 352 | 334 | 123 | 0 | 6 | 10 | 260 | 122 | 66 |
| Binary | 100111 | 11101010 | 11011100 | 1010011 | 0 | 110 | 1000 | 10110000 | 1010010 | 110110 |
Color Harmonies of #27EADC
Complementary color
Monochromatic Colors of #27EADC
Black with #27EADC
Text Example
Text Example
White with #27EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EADC; }
p { color: rgb(39,234,220); }
H1.HeaderClassName
{
color: #27EADC;
}
.AnyTagClassName
{
color: #27EADC;
}
</style>
background-color css
<style>
a { background-color: #27EADC; }
a { background-color: rgb(39,234,220); }
div.DivClassName
{
background-color: #27EADC;
}
.BgClassName
{
background-color: #27EADC;
}
</style>
border-color css
<style>
span { border-color: #27EADC; }
span { border-color: rgb(39,234,220); }
td.TdClassName
{
border-color: #27EADC;
}
.TagClassName
{
border-color: #27EADC;
}
</style>