Shades of Turquoise #28DADC
Tints of Turquoise #28DADC
RGB
CMYK
RGB Variations
Color information
#28DADC (or 0x28DADC) is known color: Turquoise. HEX triplet: 28, DA and DC. RGB value is (40,218,220). Sum of RGB (Red+Green+Blue) = 40+218+220=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #28DADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DADC is #D72523. Grayscale: #A4A4A4. Windows color (decimal): -14099748 or 14473768. OLE color: 14473768.
HSL color Cylindrical-coordinate representation of color #28DADC: hue angle of 180.67º 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 #28DADC is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 218 | 220 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.14 |
| HSL | 180.67º | 0.72% | 0.51% | - |
| HSV(B) | 180.67º | 0.82% | 0.86% | - |
| XYZ | 38.86 | 55.76 | 76.42 | - |
| YUV | 165.01 | 159.03 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 220 | 0.82 | 0.01 | 0 | 0.14 | 180.67 | 0.72 | 0.51 |
| Hex | 28 | DA | DC | 52 | 1 | 0 | E | B5 | 48 | 33 |
| Octal | 50 | 332 | 334 | 122 | 1 | 0 | 16 | 265 | 110 | 63 |
| Binary | 101000 | 11011010 | 11011100 | 1010010 | 1 | 0 | 1110 | 10110101 | 1001000 | 110011 |
Color Harmonies of #28DADC
Complementary color
Monochromatic Colors of #28DADC
Black with #28DADC
Text Example
Text Example
White with #28DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DADC; }
p { color: rgb(40,218,220); }
H1.HeaderClassName
{
color: #28DADC;
}
.AnyTagClassName
{
color: #28DADC;
}
</style>
background-color css
<style>
a { background-color: #28DADC; }
a { background-color: rgb(40,218,220); }
div.DivClassName
{
background-color: #28DADC;
}
.BgClassName
{
background-color: #28DADC;
}
</style>
border-color css
<style>
span { border-color: #28DADC; }
span { border-color: rgb(40,218,220); }
td.TdClassName
{
border-color: #28DADC;
}
.TagClassName
{
border-color: #28DADC;
}
</style>