Shades of Turquoise #28DAD2
Tints of Turquoise #28DAD2
RGB
CMYK
RGB Variations
Color information
#28DAD2 (or 0x28DAD2) is known color: Turquoise. HEX triplet: 28, DA and D2. RGB value is (40,218,210). Sum of RGB (Red+Green+Blue) = 40+218+210=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAD2 is #D7252D. Grayscale: #A3A3A3. Windows color (decimal): -14099758 or 13818408. OLE color: 13818408.
HSL color Cylindrical-coordinate representation of color #28DAD2: hue angle of 177.3º 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 #28DAD2 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 210 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.15 |
| HSL | 177.3º | 0.71% | 0.51% | - |
| HSV(B) | 177.3º | 0.82% | 0.85% | - |
| XYZ | 37.58 | 55.25 | 69.66 | - |
| YUV | 163.87 | 154.03 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 210 | 0.82 | 0 | 0.04 | 0.15 | 177.3 | 0.71 | 0.51 |
| Hex | 28 | DA | D2 | 52 | 0 | 4 | F | B1 | 47 | 33 |
| Octal | 50 | 332 | 322 | 122 | 0 | 4 | 17 | 261 | 107 | 63 |
| Binary | 101000 | 11011010 | 11010010 | 1010010 | 0 | 100 | 1111 | 10110001 | 1000111 | 110011 |
Color Harmonies of #28DAD2
Complementary color
Monochromatic Colors of #28DAD2
Black with #28DAD2
Text Example
Text Example
White with #28DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAD2; }
p { color: rgb(40,218,210); }
H1.HeaderClassName
{
color: #28DAD2;
}
.AnyTagClassName
{
color: #28DAD2;
}
</style>
background-color css
<style>
a { background-color: #28DAD2; }
a { background-color: rgb(40,218,210); }
div.DivClassName
{
background-color: #28DAD2;
}
.BgClassName
{
background-color: #28DAD2;
}
</style>
border-color css
<style>
span { border-color: #28DAD2; }
span { border-color: rgb(40,218,210); }
td.TdClassName
{
border-color: #28DAD2;
}
.TagClassName
{
border-color: #28DAD2;
}
</style>