Shades of Turquoise #28DBDB
Tints of Turquoise #28DBDB
RGB
CMYK
RGB Variations
Color information
#28DBDB (or 0x28DBDB) is known color: Turquoise. HEX triplet: 28, DB and DB. RGB value is (40,219,219). Sum of RGB (Red+Green+Blue) = 40+219+219=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #28DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBDB is #D72424. Grayscale: #A5A5A5. Windows color (decimal): -14099493 or 14408488. OLE color: 14408488.
HSL color Cylindrical-coordinate representation of color #28DBDB: hue angle of 180º 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 #28DBDB is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 219 | - |
| CMYK | 0.82 | 0 | 0 | 0.14 |
| HSL | 180º | 0.71% | 0.51% | - |
| HSV(B) | 180º | 0.82% | 0.86% | - |
| XYZ | 38.99 | 56.23 | 75.82 | - |
| YUV | 165.48 | 158.2 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 219 | 0.82 | 0 | 0 | 0.14 | 180 | 0.71 | 0.51 |
| Hex | 28 | DB | DB | 52 | 0 | 0 | E | B4 | 47 | 33 |
| Octal | 50 | 333 | 333 | 122 | 0 | 0 | 16 | 264 | 107 | 63 |
| Binary | 101000 | 11011011 | 11011011 | 1010010 | 0 | 0 | 1110 | 10110100 | 1000111 | 110011 |
Color Harmonies of #28DBDB
Complementary color
Monochromatic Colors of #28DBDB
Black with #28DBDB
Text Example
Text Example
White with #28DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBDB; }
p { color: rgb(40,219,219); }
H1.HeaderClassName
{
color: #28DBDB;
}
.AnyTagClassName
{
color: #28DBDB;
}
</style>
background-color css
<style>
a { background-color: #28DBDB; }
a { background-color: rgb(40,219,219); }
div.DivClassName
{
background-color: #28DBDB;
}
.BgClassName
{
background-color: #28DBDB;
}
</style>
border-color css
<style>
span { border-color: #28DBDB; }
span { border-color: rgb(40,219,219); }
td.TdClassName
{
border-color: #28DBDB;
}
.TagClassName
{
border-color: #28DBDB;
}
</style>