Shades of Turquoise #27E2DA
Tints of Turquoise #27E2DA
RGB
CMYK
RGB Variations
Color information
#27E2DA (or 0x27E2DA) is known color: Turquoise. HEX triplet: 27, E2 and DA. RGB value is (39,226,218). Sum of RGB (Red+Green+Blue) = 39+226+218=483 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.07% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2DA is #D81D25. Grayscale: #A9A9A9. Windows color (decimal): -14163238 or 14344743. OLE color: 14344743.
HSL color Cylindrical-coordinate representation of color #27E2DA: hue angle of 177.43º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2DA is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 226 | 218 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.11 |
| HSL | 177.43º | 0.76% | 0.52% | - |
| HSV(B) | 177.43º | 0.83% | 0.89% | - |
| XYZ | 40.69 | 59.89 | 75.74 | - |
| YUV | 169.18 | 155.55 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 226 | 218 | 0.83 | 0 | 0.04 | 0.11 | 177.43 | 0.76 | 0.52 |
| Hex | 27 | E2 | DA | 53 | 0 | 4 | B | B1 | 4C | 34 |
| Octal | 47 | 342 | 332 | 123 | 0 | 4 | 13 | 261 | 114 | 64 |
| Binary | 100111 | 11100010 | 11011010 | 1010011 | 0 | 100 | 1011 | 10110001 | 1001100 | 110100 |
Color Harmonies of #27E2DA
Complementary color
Monochromatic Colors of #27E2DA
Black with #27E2DA
Text Example
Text Example
White with #27E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E2DA; }
p { color: rgb(39,226,218); }
H1.HeaderClassName
{
color: #27E2DA;
}
.AnyTagClassName
{
color: #27E2DA;
}
</style>
background-color css
<style>
a { background-color: #27E2DA; }
a { background-color: rgb(39,226,218); }
div.DivClassName
{
background-color: #27E2DA;
}
.BgClassName
{
background-color: #27E2DA;
}
</style>
border-color css
<style>
span { border-color: #27E2DA; }
span { border-color: rgb(39,226,218); }
td.TdClassName
{
border-color: #27E2DA;
}
.TagClassName
{
border-color: #27E2DA;
}
</style>