Shades of Turquoise #27D6DD
Tints of Turquoise #27D6DD
RGB
CMYK
RGB Variations
Color information
#27D6DD (or 0x27D6DD) is known color: Turquoise. HEX triplet: 27, D6 and DD. RGB value is (39,214,221). Sum of RGB (Red+Green+Blue) = 39+214+221=474 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.23% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #27D6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D6DD is #D82922. Grayscale: #A2A2A2. Windows color (decimal): -14166307 or 14538279. OLE color: 14538279.
HSL color Cylindrical-coordinate representation of color #27D6DD: hue angle of 182.31º 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 #27D6DD is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 214 | 221 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.13 |
| HSL | 182.31º | 0.73% | 0.51% | - |
| HSV(B) | 182.31º | 0.82% | 0.87% | - |
| XYZ | 37.93 | 53.74 | 76.78 | - |
| YUV | 162.47 | 161.02 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 221 | 0.82 | 0.03 | 0 | 0.13 | 182.31 | 0.73 | 0.51 |
| Hex | 27 | D6 | DD | 52 | 3 | 0 | D | B6 | 49 | 33 |
| Octal | 47 | 326 | 335 | 122 | 3 | 0 | 15 | 266 | 111 | 63 |
| Binary | 100111 | 11010110 | 11011101 | 1010010 | 11 | 0 | 1101 | 10110110 | 1001001 | 110011 |
Color Harmonies of #27D6DD
Complementary color
Monochromatic Colors of #27D6DD
Black with #27D6DD
Text Example
Text Example
White with #27D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D6DD; }
p { color: rgb(39,214,221); }
H1.HeaderClassName
{
color: #27D6DD;
}
.AnyTagClassName
{
color: #27D6DD;
}
</style>
background-color css
<style>
a { background-color: #27D6DD; }
a { background-color: rgb(39,214,221); }
div.DivClassName
{
background-color: #27D6DD;
}
.BgClassName
{
background-color: #27D6DD;
}
</style>
border-color css
<style>
span { border-color: #27D6DD; }
span { border-color: rgb(39,214,221); }
td.TdClassName
{
border-color: #27D6DD;
}
.TagClassName
{
border-color: #27D6DD;
}
</style>