Shades of Turquoise #27DBBD
Tints of Turquoise #27DBBD
RGB
CMYK
RGB Variations
Color information
#27DBBD (or 0x27DBBD) is known color: Turquoise. HEX triplet: 27, DB and BD. RGB value is (39,219,189). Sum of RGB (Red+Green+Blue) = 39+219+189=447 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.72% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBBD is #D82442. Grayscale: #A1A1A1. Windows color (decimal): -14165059 or 12442407. OLE color: 12442407.
HSL color Cylindrical-coordinate representation of color #27DBBD: hue angle of 170º 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 #27DBBD is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 189 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.14 |
| HSL | 170º | 0.71% | 0.51% | - |
| HSV(B) | 170º | 0.82% | 0.86% | - |
| XYZ | 35.35 | 54.77 | 56.85 | - |
| YUV | 161.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 189 | 0.82 | 0 | 0.14 | 0.14 | 170 | 0.71 | 0.51 |
| Hex | 27 | DB | BD | 52 | 0 | E | E | AA | 47 | 33 |
| Octal | 47 | 333 | 275 | 122 | 0 | 16 | 16 | 252 | 107 | 63 |
| Binary | 100111 | 11011011 | 10111101 | 1010010 | 0 | 1110 | 1110 | 10101010 | 1000111 | 110011 |
Color Harmonies of #27DBBD
Complementary color
Monochromatic Colors of #27DBBD
Black with #27DBBD
Text Example
Text Example
White with #27DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBBD; }
p { color: rgb(39,219,189); }
H1.HeaderClassName
{
color: #27DBBD;
}
.AnyTagClassName
{
color: #27DBBD;
}
</style>
background-color css
<style>
a { background-color: #27DBBD; }
a { background-color: rgb(39,219,189); }
div.DivClassName
{
background-color: #27DBBD;
}
.BgClassName
{
background-color: #27DBBD;
}
</style>
border-color css
<style>
span { border-color: #27DBBD; }
span { border-color: rgb(39,219,189); }
td.TdClassName
{
border-color: #27DBBD;
}
.TagClassName
{
border-color: #27DBBD;
}
</style>