Shades of Turquoise #28DAE2
Tints of Turquoise #28DAE2
RGB
CMYK
RGB Variations
Color information
#28DAE2 (or 0x28DAE2) is known color: Turquoise. HEX triplet: 28, DA and E2. RGB value is (40,218,226). Sum of RGB (Red+Green+Blue) = 40+218+226=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #28DAE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAE2 is #D7251D. Grayscale: #A5A5A5. Windows color (decimal): -14099742 or 14866984. OLE color: 14866984.
HSL color Cylindrical-coordinate representation of color #28DAE2: hue angle of 182.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DAE2 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 218 | 226 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.11 |
| HSL | 182.58º | 0.76% | 0.52% | - |
| HSV(B) | 182.58º | 0.82% | 0.89% | - |
| XYZ | 39.67 | 56.08 | 80.69 | - |
| YUV | 165.69 | 162.03 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 226 | 0.82 | 0.04 | 0 | 0.11 | 182.58 | 0.76 | 0.52 |
| Hex | 28 | DA | E2 | 52 | 4 | 0 | B | B7 | 4C | 34 |
| Octal | 50 | 332 | 342 | 122 | 4 | 0 | 13 | 267 | 114 | 64 |
| Binary | 101000 | 11011010 | 11100010 | 1010010 | 100 | 0 | 1011 | 10110111 | 1001100 | 110100 |
Color Harmonies of #28DAE2
Complementary color
Monochromatic Colors of #28DAE2
Black with #28DAE2
Text Example
Text Example
White with #28DAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAE2; }
p { color: rgb(40,218,226); }
H1.HeaderClassName
{
color: #28DAE2;
}
.AnyTagClassName
{
color: #28DAE2;
}
</style>
background-color css
<style>
a { background-color: #28DAE2; }
a { background-color: rgb(40,218,226); }
div.DivClassName
{
background-color: #28DAE2;
}
.BgClassName
{
background-color: #28DAE2;
}
</style>
border-color css
<style>
span { border-color: #28DAE2; }
span { border-color: rgb(40,218,226); }
td.TdClassName
{
border-color: #28DAE2;
}
.TagClassName
{
border-color: #28DAE2;
}
</style>