Shades of Turquoise #27DBDD
Tints of Turquoise #27DBDD
RGB
CMYK
RGB Variations
Color information
#27DBDD (or 0x27DBDD) is known color: Turquoise. HEX triplet: 27, DB and DD. RGB value is (39,219,221). Sum of RGB (Red+Green+Blue) = 39+219+221=479 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.14% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #27DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBDD is #D82422. Grayscale: #A5A5A5. Windows color (decimal): -14165027 or 14539559. OLE color: 14539559.
HSL color Cylindrical-coordinate representation of color #27DBDD: hue angle of 180.66º 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 #27DBDD is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 219 | 221 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.13 |
| HSL | 180.66º | 0.73% | 0.51% | - |
| HSV(B) | 180.66º | 0.82% | 0.87% | - |
| XYZ | 39.22 | 56.31 | 77.21 | - |
| YUV | 165.41 | 159.37 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 221 | 0.82 | 0.01 | 0 | 0.13 | 180.66 | 0.73 | 0.51 |
| Hex | 27 | DB | DD | 52 | 1 | 0 | D | B5 | 49 | 33 |
| Octal | 47 | 333 | 335 | 122 | 1 | 0 | 15 | 265 | 111 | 63 |
| Binary | 100111 | 11011011 | 11011101 | 1010010 | 1 | 0 | 1101 | 10110101 | 1001001 | 110011 |
Color Harmonies of #27DBDD
Complementary color
Monochromatic Colors of #27DBDD
Black with #27DBDD
Text Example
Text Example
White with #27DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBDD; }
p { color: rgb(39,219,221); }
H1.HeaderClassName
{
color: #27DBDD;
}
.AnyTagClassName
{
color: #27DBDD;
}
</style>
background-color css
<style>
a { background-color: #27DBDD; }
a { background-color: rgb(39,219,221); }
div.DivClassName
{
background-color: #27DBDD;
}
.BgClassName
{
background-color: #27DBDD;
}
</style>
border-color css
<style>
span { border-color: #27DBDD; }
span { border-color: rgb(39,219,221); }
td.TdClassName
{
border-color: #27DBDD;
}
.TagClassName
{
border-color: #27DBDD;
}
</style>