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