Shades of Turquoise #28DAD3
Tints of Turquoise #28DAD3
RGB
CMYK
RGB Variations
Color information
#28DAD3 (or 0x28DAD3) is known color: Turquoise. HEX triplet: 28, DA and D3. RGB value is (40,218,211). Sum of RGB (Red+Green+Blue) = 40+218+211=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAD3 is #D7252C. Grayscale: #A3A3A3. Windows color (decimal): -14099757 or 13883944. OLE color: 13883944.
HSL color Cylindrical-coordinate representation of color #28DAD3: hue angle of 177.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DAD3 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 211 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.15 |
| HSL | 177.64º | 0.71% | 0.51% | - |
| HSV(B) | 177.64º | 0.82% | 0.85% | - |
| XYZ | 37.7 | 55.3 | 70.31 | - |
| YUV | 163.98 | 154.53 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 211 | 0.82 | 0 | 0.03 | 0.15 | 177.64 | 0.71 | 0.51 |
| Hex | 28 | DA | D3 | 52 | 0 | 3 | F | B2 | 47 | 33 |
| Octal | 50 | 332 | 323 | 122 | 0 | 3 | 17 | 262 | 107 | 63 |
| Binary | 101000 | 11011010 | 11010011 | 1010010 | 0 | 11 | 1111 | 10110010 | 1000111 | 110011 |
Color Harmonies of #28DAD3
Complementary color
Monochromatic Colors of #28DAD3
Black with #28DAD3
Text Example
Text Example
White with #28DAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAD3; }
p { color: rgb(40,218,211); }
H1.HeaderClassName
{
color: #28DAD3;
}
.AnyTagClassName
{
color: #28DAD3;
}
</style>
background-color css
<style>
a { background-color: #28DAD3; }
a { background-color: rgb(40,218,211); }
div.DivClassName
{
background-color: #28DAD3;
}
.BgClassName
{
background-color: #28DAD3;
}
</style>
border-color css
<style>
span { border-color: #28DAD3; }
span { border-color: rgb(40,218,211); }
td.TdClassName
{
border-color: #28DAD3;
}
.TagClassName
{
border-color: #28DAD3;
}
</style>