Shades of Turquoise #27DDC0
Tints of Turquoise #27DDC0
RGB
CMYK
RGB Variations
Color information
#27DDC0 (or 0x27DDC0) is known color: Turquoise. HEX triplet: 27, DD and C0. RGB value is (39,221,192). Sum of RGB (Red+Green+Blue) = 39+221+192=452 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.63% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDC0 is #D8223F. Grayscale: #A3A3A3. Windows color (decimal): -14164544 or 12639527. OLE color: 12639527.
HSL color Cylindrical-coordinate representation of color #27DDC0: hue angle of 170.44º 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 #27DDC0 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 192 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.13 |
| HSL | 170.44º | 0.73% | 0.51% | - |
| HSV(B) | 170.44º | 0.82% | 0.87% | - |
| XYZ | 36.21 | 55.95 | 58.76 | - |
| YUV | 163.28 | 144.2 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 192 | 0.82 | 0 | 0.13 | 0.13 | 170.44 | 0.73 | 0.51 |
| Hex | 27 | DD | C0 | 52 | 0 | D | D | AA | 49 | 33 |
| Octal | 47 | 335 | 300 | 122 | 0 | 15 | 15 | 252 | 111 | 63 |
| Binary | 100111 | 11011101 | 11000000 | 1010010 | 0 | 1101 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #27DDC0
Complementary color
Monochromatic Colors of #27DDC0
Black with #27DDC0
Text Example
Text Example
White with #27DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDC0; }
p { color: rgb(39,221,192); }
H1.HeaderClassName
{
color: #27DDC0;
}
.AnyTagClassName
{
color: #27DDC0;
}
</style>
background-color css
<style>
a { background-color: #27DDC0; }
a { background-color: rgb(39,221,192); }
div.DivClassName
{
background-color: #27DDC0;
}
.BgClassName
{
background-color: #27DDC0;
}
</style>
border-color css
<style>
span { border-color: #27DDC0; }
span { border-color: rgb(39,221,192); }
td.TdClassName
{
border-color: #27DDC0;
}
.TagClassName
{
border-color: #27DDC0;
}
</style>