Shades of Turquoise #28D3DB
Tints of Turquoise #28D3DB
RGB
CMYK
RGB Variations
Color information
#28D3DB (or 0x28D3DB) is known color: Turquoise. HEX triplet: 28, D3 and DB. RGB value is (40,211,219). Sum of RGB (Red+Green+Blue) = 40+211+219=470 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.51% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #28D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D3DB is #D72C24. Grayscale: #A0A0A0. Windows color (decimal): -14101541 or 14406440. OLE color: 14406440.
HSL color Cylindrical-coordinate representation of color #28D3DB: hue angle of 182.68º 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 #28D3DB is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 211 | 219 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.14 |
| HSL | 182.68º | 0.71% | 0.51% | - |
| HSV(B) | 182.68º | 0.82% | 0.86% | - |
| XYZ | 36.96 | 52.15 | 75.14 | - |
| YUV | 160.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 219 | 0.82 | 0.04 | 0 | 0.14 | 182.68 | 0.71 | 0.51 |
| Hex | 28 | D3 | DB | 52 | 4 | 0 | E | B7 | 47 | 33 |
| Octal | 50 | 323 | 333 | 122 | 4 | 0 | 16 | 267 | 107 | 63 |
| Binary | 101000 | 11010011 | 11011011 | 1010010 | 100 | 0 | 1110 | 10110111 | 1000111 | 110011 |
Color Harmonies of #28D3DB
Complementary color
Monochromatic Colors of #28D3DB
Black with #28D3DB
Text Example
Text Example
White with #28D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D3DB; }
p { color: rgb(40,211,219); }
H1.HeaderClassName
{
color: #28D3DB;
}
.AnyTagClassName
{
color: #28D3DB;
}
</style>
background-color css
<style>
a { background-color: #28D3DB; }
a { background-color: rgb(40,211,219); }
div.DivClassName
{
background-color: #28D3DB;
}
.BgClassName
{
background-color: #28D3DB;
}
</style>
border-color css
<style>
span { border-color: #28D3DB; }
span { border-color: rgb(40,211,219); }
td.TdClassName
{
border-color: #28D3DB;
}
.TagClassName
{
border-color: #28D3DB;
}
</style>