Shades of Turquoise #28D5DC
Tints of Turquoise #28D5DC
RGB
CMYK
RGB Variations
Color information
#28D5DC (or 0x28D5DC) is known color: Turquoise. HEX triplet: 28, D5 and DC. RGB value is (40,213,220). Sum of RGB (Red+Green+Blue) = 40+213+220=473 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.46% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #28D5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D5DC is #D72A23. Grayscale: #A1A1A1. Windows color (decimal): -14101028 or 14472488. OLE color: 14472488.
HSL color Cylindrical-coordinate representation of color #28D5DC: hue angle of 182.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 #28D5DC is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 213 | 220 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.14 |
| HSL | 182.33º | 0.72% | 0.51% | - |
| HSV(B) | 182.33º | 0.82% | 0.86% | - |
| XYZ | 37.59 | 53.21 | 76 | - |
| YUV | 162.07 | 160.69 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 220 | 0.82 | 0.03 | 0 | 0.14 | 182.33 | 0.72 | 0.51 |
| Hex | 28 | D5 | DC | 52 | 3 | 0 | E | B6 | 48 | 33 |
| Octal | 50 | 325 | 334 | 122 | 3 | 0 | 16 | 266 | 110 | 63 |
| Binary | 101000 | 11010101 | 11011100 | 1010010 | 11 | 0 | 1110 | 10110110 | 1001000 | 110011 |
Color Harmonies of #28D5DC
Complementary color
Monochromatic Colors of #28D5DC
Black with #28D5DC
Text Example
Text Example
White with #28D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D5DC; }
p { color: rgb(40,213,220); }
H1.HeaderClassName
{
color: #28D5DC;
}
.AnyTagClassName
{
color: #28D5DC;
}
</style>
background-color css
<style>
a { background-color: #28D5DC; }
a { background-color: rgb(40,213,220); }
div.DivClassName
{
background-color: #28D5DC;
}
.BgClassName
{
background-color: #28D5DC;
}
</style>
border-color css
<style>
span { border-color: #28D5DC; }
span { border-color: rgb(40,213,220); }
td.TdClassName
{
border-color: #28D5DC;
}
.TagClassName
{
border-color: #28D5DC;
}
</style>