Shades of Turquoise #27DEC0
Tints of Turquoise #27DEC0
RGB
CMYK
RGB Variations
Color information
#27DEC0 (or 0x27DEC0) is known color: Turquoise. HEX triplet: 27, DE and C0. RGB value is (39,222,192). Sum of RGB (Red+Green+Blue) = 39+222+192=453 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.61% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEC0 is #D8213F. Grayscale: #A3A3A3. Windows color (decimal): -14164288 or 12639783. OLE color: 12639783.
HSL color Cylindrical-coordinate representation of color #27DEC0: hue angle of 170.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DEC0 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 192 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.13 |
| HSL | 170.16º | 0.73% | 0.51% | - |
| HSV(B) | 170.16º | 0.82% | 0.87% | - |
| XYZ | 36.47 | 56.48 | 58.85 | - |
| YUV | 163.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 192 | 0.82 | 0 | 0.14 | 0.13 | 170.16 | 0.73 | 0.51 |
| Hex | 27 | DE | C0 | 52 | 0 | E | D | AA | 49 | 33 |
| Octal | 47 | 336 | 300 | 122 | 0 | 16 | 15 | 252 | 111 | 63 |
| Binary | 100111 | 11011110 | 11000000 | 1010010 | 0 | 1110 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #27DEC0
Complementary color
Monochromatic Colors of #27DEC0
Black with #27DEC0
Text Example
Text Example
White with #27DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEC0; }
p { color: rgb(39,222,192); }
H1.HeaderClassName
{
color: #27DEC0;
}
.AnyTagClassName
{
color: #27DEC0;
}
</style>
background-color css
<style>
a { background-color: #27DEC0; }
a { background-color: rgb(39,222,192); }
div.DivClassName
{
background-color: #27DEC0;
}
.BgClassName
{
background-color: #27DEC0;
}
</style>
border-color css
<style>
span { border-color: #27DEC0; }
span { border-color: rgb(39,222,192); }
td.TdClassName
{
border-color: #27DEC0;
}
.TagClassName
{
border-color: #27DEC0;
}
</style>