Shades of Turquoise #28D9DA
Tints of Turquoise #28D9DA
RGB
CMYK
RGB Variations
Color information
#28D9DA (or 0x28D9DA) is known color: Turquoise. HEX triplet: 28, D9 and DA. RGB value is (40,217,218). Sum of RGB (Red+Green+Blue) = 40+217+218=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #28D9DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9DA is #D72625. Grayscale: #A4A4A4. Windows color (decimal): -14100006 or 14342440. OLE color: 14342440.
HSL color Cylindrical-coordinate representation of color #28D9DA: hue angle of 180.34º 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 #28D9DA is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 218 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.15 |
| HSL | 180.34º | 0.71% | 0.51% | - |
| HSV(B) | 180.34º | 0.82% | 0.85% | - |
| XYZ | 38.34 | 55.14 | 74.95 | - |
| YUV | 164.19 | 158.36 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 218 | 0.82 | 0.00 | 0 | 0.15 | 180.34 | 0.71 | 0.51 |
| Hex | 28 | D9 | DA | 52 | 0 | 0 | F | B4 | 47 | 33 |
| Octal | 50 | 331 | 332 | 122 | 0 | 0 | 17 | 264 | 107 | 63 |
| Binary | 101000 | 11011001 | 11011010 | 1010010 | 0 | 0 | 1111 | 10110100 | 1000111 | 110011 |
Color Harmonies of #28D9DA
Complementary color
Monochromatic Colors of #28D9DA
Black with #28D9DA
Text Example
Text Example
White with #28D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D9DA; }
p { color: rgb(40,217,218); }
H1.HeaderClassName
{
color: #28D9DA;
}
.AnyTagClassName
{
color: #28D9DA;
}
</style>
background-color css
<style>
a { background-color: #28D9DA; }
a { background-color: rgb(40,217,218); }
div.DivClassName
{
background-color: #28D9DA;
}
.BgClassName
{
background-color: #28D9DA;
}
</style>
border-color css
<style>
span { border-color: #28D9DA; }
span { border-color: rgb(40,217,218); }
td.TdClassName
{
border-color: #28D9DA;
}
.TagClassName
{
border-color: #28D9DA;
}
</style>