Shades of Turquoise #27DBB7
Tints of Turquoise #27DBB7
RGB
CMYK
RGB Variations
Color information
#27DBB7 (or 0x27DBB7) is known color: Turquoise. HEX triplet: 27, DB and B7. RGB value is (39,219,183). Sum of RGB (Red+Green+Blue) = 39+219+183=441 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.84% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBB7 is #D82448. Grayscale: #A1A1A1. Windows color (decimal): -14165065 or 12049191. OLE color: 12049191.
HSL color Cylindrical-coordinate representation of color #27DBB7: hue angle of 168º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DBB7 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 183 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.14 |
| HSL | 168º | 0.71% | 0.51% | - |
| HSV(B) | 168º | 0.82% | 0.86% | - |
| XYZ | 34.72 | 54.51 | 53.49 | - |
| YUV | 161.08 | 140.37 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 183 | 0.82 | 0 | 0.16 | 0.14 | 168 | 0.71 | 0.51 |
| Hex | 27 | DB | B7 | 52 | 0 | 10 | E | A8 | 47 | 33 |
| Octal | 47 | 333 | 267 | 122 | 0 | 20 | 16 | 250 | 107 | 63 |
| Binary | 100111 | 11011011 | 10110111 | 1010010 | 0 | 10000 | 1110 | 10101000 | 1000111 | 110011 |
Color Harmonies of #27DBB7
Complementary color
Monochromatic Colors of #27DBB7
Black with #27DBB7
Text Example
Text Example
White with #27DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBB7; }
p { color: rgb(39,219,183); }
H1.HeaderClassName
{
color: #27DBB7;
}
.AnyTagClassName
{
color: #27DBB7;
}
</style>
background-color css
<style>
a { background-color: #27DBB7; }
a { background-color: rgb(39,219,183); }
div.DivClassName
{
background-color: #27DBB7;
}
.BgClassName
{
background-color: #27DBB7;
}
</style>
border-color css
<style>
span { border-color: #27DBB7; }
span { border-color: rgb(39,219,183); }
td.TdClassName
{
border-color: #27DBB7;
}
.TagClassName
{
border-color: #27DBB7;
}
</style>