Shades of Turquoise #27EADD
Tints of Turquoise #27EADD
RGB
CMYK
RGB Variations
Color information
#27EADD (or 0x27EADD) is known color: Turquoise. HEX triplet: 27, EA and DD. RGB value is (39,234,221). Sum of RGB (Red+Green+Blue) = 39+234+221=494 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.89% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #27EADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EADD is #D81522. Grayscale: #AEAEAE. Windows color (decimal): -14161187 or 14543399. OLE color: 14543399.
HSL color Cylindrical-coordinate representation of color #27EADD: hue angle of 176º 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 #27EADD is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 221 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.08 |
| HSL | 176º | 0.82% | 0.54% | - |
| HSV(B) | 176º | 0.83% | 0.92% | - |
| XYZ | 43.31 | 64.5 | 78.57 | - |
| YUV | 174.21 | 154.4 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 221 | 0.83 | 0 | 0.06 | 0.08 | 176 | 0.82 | 0.54 |
| Hex | 27 | EA | DD | 53 | 0 | 6 | 8 | B0 | 52 | 36 |
| Octal | 47 | 352 | 335 | 123 | 0 | 6 | 10 | 260 | 122 | 66 |
| Binary | 100111 | 11101010 | 11011101 | 1010011 | 0 | 110 | 1000 | 10110000 | 1010010 | 110110 |
Color Harmonies of #27EADD
Complementary color
Monochromatic Colors of #27EADD
Black with #27EADD
Text Example
Text Example
White with #27EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EADD; }
p { color: rgb(39,234,221); }
H1.HeaderClassName
{
color: #27EADD;
}
.AnyTagClassName
{
color: #27EADD;
}
</style>
background-color css
<style>
a { background-color: #27EADD; }
a { background-color: rgb(39,234,221); }
div.DivClassName
{
background-color: #27EADD;
}
.BgClassName
{
background-color: #27EADD;
}
</style>
border-color css
<style>
span { border-color: #27EADD; }
span { border-color: rgb(39,234,221); }
td.TdClassName
{
border-color: #27EADD;
}
.TagClassName
{
border-color: #27EADD;
}
</style>