Shades of Turquoise #28DBDC
Tints of Turquoise #28DBDC
RGB
CMYK
RGB Variations
Color information
#28DBDC (or 0x28DBDC) is known color: Turquoise. HEX triplet: 28, DB and DC. RGB value is (40,219,220). Sum of RGB (Red+Green+Blue) = 40+219+220=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #28DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBDC is #D72423. Grayscale: #A5A5A5. Windows color (decimal): -14099492 or 14474024. OLE color: 14474024.
HSL color Cylindrical-coordinate representation of color #28DBDC: hue angle of 180.33º degrees, saturation: 0.72, 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 #28DBDC is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 220 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.14 |
| HSL | 180.33º | 0.72% | 0.51% | - |
| HSV(B) | 180.33º | 0.82% | 0.86% | - |
| XYZ | 39.12 | 56.28 | 76.51 | - |
| YUV | 165.59 | 158.7 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 220 | 0.82 | 0.00 | 0 | 0.14 | 180.33 | 0.72 | 0.51 |
| Hex | 28 | DB | DC | 52 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 50 | 333 | 334 | 122 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 101000 | 11011011 | 11011100 | 1010010 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #28DBDC
Complementary color
Monochromatic Colors of #28DBDC
Black with #28DBDC
Text Example
Text Example
White with #28DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBDC; }
p { color: rgb(40,219,220); }
H1.HeaderClassName
{
color: #28DBDC;
}
.AnyTagClassName
{
color: #28DBDC;
}
</style>
background-color css
<style>
a { background-color: #28DBDC; }
a { background-color: rgb(40,219,220); }
div.DivClassName
{
background-color: #28DBDC;
}
.BgClassName
{
background-color: #28DBDC;
}
</style>
border-color css
<style>
span { border-color: #28DBDC; }
span { border-color: rgb(40,219,220); }
td.TdClassName
{
border-color: #28DBDC;
}
.TagClassName
{
border-color: #28DBDC;
}
</style>