Shades of Turquoise #27DDD5
Tints of Turquoise #27DDD5
RGB
CMYK
RGB Variations
Color information
#27DDD5 (or 0x27DDD5) is known color: Turquoise. HEX triplet: 27, DD and D5. RGB value is (39,221,213). Sum of RGB (Red+Green+Blue) = 39+221+213=473 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.25% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDD5 is #D8222A. Grayscale: #A5A5A5. Windows color (decimal): -14164523 or 14015783. OLE color: 14015783.
HSL color Cylindrical-coordinate representation of color #27DDD5: hue angle of 177.36º 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 #27DDD5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 213 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.13 |
| HSL | 177.36º | 0.73% | 0.51% | - |
| HSV(B) | 177.36º | 0.82% | 0.87% | - |
| XYZ | 38.7 | 56.95 | 71.9 | - |
| YUV | 165.67 | 154.7 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 213 | 0.82 | 0 | 0.04 | 0.13 | 177.36 | 0.73 | 0.51 |
| Hex | 27 | DD | D5 | 52 | 0 | 4 | D | B1 | 49 | 33 |
| Octal | 47 | 335 | 325 | 122 | 0 | 4 | 15 | 261 | 111 | 63 |
| Binary | 100111 | 11011101 | 11010101 | 1010010 | 0 | 100 | 1101 | 10110001 | 1001001 | 110011 |
Color Harmonies of #27DDD5
Complementary color
Monochromatic Colors of #27DDD5
Black with #27DDD5
Text Example
Text Example
White with #27DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDD5; }
p { color: rgb(39,221,213); }
H1.HeaderClassName
{
color: #27DDD5;
}
.AnyTagClassName
{
color: #27DDD5;
}
</style>
background-color css
<style>
a { background-color: #27DDD5; }
a { background-color: rgb(39,221,213); }
div.DivClassName
{
background-color: #27DDD5;
}
.BgClassName
{
background-color: #27DDD5;
}
</style>
border-color css
<style>
span { border-color: #27DDD5; }
span { border-color: rgb(39,221,213); }
td.TdClassName
{
border-color: #27DDD5;
}
.TagClassName
{
border-color: #27DDD5;
}
</style>