Shades of Turquoise #27D4DD
Tints of Turquoise #27D4DD
RGB
CMYK
RGB Variations
Color information
#27D4DD (or 0x27D4DD) is known color: Turquoise. HEX triplet: 27, D4 and DD. RGB value is (39,212,221). Sum of RGB (Red+Green+Blue) = 39+212+221=472 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.26% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #27D4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D4DD is #D82B22. Grayscale: #A1A1A1. Windows color (decimal): -14166819 or 14537767. OLE color: 14537767.
HSL color Cylindrical-coordinate representation of color #27D4DD: hue angle of 182.97º 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 #27D4DD is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 212 | 221 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.13 |
| HSL | 182.97º | 0.73% | 0.51% | - |
| HSV(B) | 182.97º | 0.82% | 0.87% | - |
| XYZ | 37.43 | 52.74 | 76.61 | - |
| YUV | 161.3 | 161.69 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 212 | 221 | 0.82 | 0.04 | 0 | 0.13 | 182.97 | 0.73 | 0.51 |
| Hex | 27 | D4 | DD | 52 | 4 | 0 | D | B7 | 49 | 33 |
| Octal | 47 | 324 | 335 | 122 | 4 | 0 | 15 | 267 | 111 | 63 |
| Binary | 100111 | 11010100 | 11011101 | 1010010 | 100 | 0 | 1101 | 10110111 | 1001001 | 110011 |
Color Harmonies of #27D4DD
Complementary color
Monochromatic Colors of #27D4DD
Black with #27D4DD
Text Example
Text Example
White with #27D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D4DD; }
p { color: rgb(39,212,221); }
H1.HeaderClassName
{
color: #27D4DD;
}
.AnyTagClassName
{
color: #27D4DD;
}
</style>
background-color css
<style>
a { background-color: #27D4DD; }
a { background-color: rgb(39,212,221); }
div.DivClassName
{
background-color: #27D4DD;
}
.BgClassName
{
background-color: #27D4DD;
}
</style>
border-color css
<style>
span { border-color: #27D4DD; }
span { border-color: rgb(39,212,221); }
td.TdClassName
{
border-color: #27D4DD;
}
.TagClassName
{
border-color: #27D4DD;
}
</style>