Shades of Turquoise #28DAD0
Tints of Turquoise #28DAD0
RGB
CMYK
RGB Variations
Color information
#28DAD0 (or 0x28DAD0) is known color: Turquoise. HEX triplet: 28, DA and D0. RGB value is (40,218,208). Sum of RGB (Red+Green+Blue) = 40+218+208=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAD0 is #D7252F. Grayscale: #A3A3A3. Windows color (decimal): -14099760 or 13687336. OLE color: 13687336.
HSL color Cylindrical-coordinate representation of color #28DAD0: hue angle of 176.63º 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 #28DAD0 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 208 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.15 |
| HSL | 176.63º | 0.71% | 0.51% | - |
| HSV(B) | 176.63º | 0.82% | 0.85% | - |
| XYZ | 37.33 | 55.15 | 68.35 | - |
| YUV | 163.64 | 153.03 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 208 | 0.82 | 0 | 0.05 | 0.15 | 176.63 | 0.71 | 0.51 |
| Hex | 28 | DA | D0 | 52 | 0 | 5 | F | B1 | 47 | 33 |
| Octal | 50 | 332 | 320 | 122 | 0 | 5 | 17 | 261 | 107 | 63 |
| Binary | 101000 | 11011010 | 11010000 | 1010010 | 0 | 101 | 1111 | 10110001 | 1000111 | 110011 |
Color Harmonies of #28DAD0
Complementary color
Monochromatic Colors of #28DAD0
Black with #28DAD0
Text Example
Text Example
White with #28DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAD0; }
p { color: rgb(40,218,208); }
H1.HeaderClassName
{
color: #28DAD0;
}
.AnyTagClassName
{
color: #28DAD0;
}
</style>
background-color css
<style>
a { background-color: #28DAD0; }
a { background-color: rgb(40,218,208); }
div.DivClassName
{
background-color: #28DAD0;
}
.BgClassName
{
background-color: #28DAD0;
}
</style>
border-color css
<style>
span { border-color: #28DAD0; }
span { border-color: rgb(40,218,208); }
td.TdClassName
{
border-color: #28DAD0;
}
.TagClassName
{
border-color: #28DAD0;
}
</style>