Shades of Turquoise #28DCE0
Tints of Turquoise #28DCE0
RGB
CMYK
RGB Variations
Color information
#28DCE0 (or 0x28DCE0) is known color: Turquoise. HEX triplet: 28, DC and E0. RGB value is (40,220,224). Sum of RGB (Red+Green+Blue) = 40+220+224=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #28DCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCE0 is #D7231F. Grayscale: #A6A6A6. Windows color (decimal): -14099232 or 14736424. OLE color: 14736424.
HSL color Cylindrical-coordinate representation of color #28DCE0: hue angle of 181.3º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DCE0 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 220 | 224 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.12 |
| HSL | 181.3º | 0.75% | 0.52% | - |
| HSV(B) | 181.3º | 0.82% | 0.88% | - |
| XYZ | 39.92 | 57.02 | 79.42 | - |
| YUV | 166.64 | 160.37 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 224 | 0.82 | 0.02 | 0 | 0.12 | 181.3 | 0.75 | 0.52 |
| Hex | 28 | DC | E0 | 52 | 2 | 0 | C | B5 | 4B | 34 |
| Octal | 50 | 334 | 340 | 122 | 2 | 0 | 14 | 265 | 113 | 64 |
| Binary | 101000 | 11011100 | 11100000 | 1010010 | 10 | 0 | 1100 | 10110101 | 1001011 | 110100 |
Color Harmonies of #28DCE0
Complementary color
Monochromatic Colors of #28DCE0
Black with #28DCE0
Text Example
Text Example
White with #28DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCE0; }
p { color: rgb(40,220,224); }
H1.HeaderClassName
{
color: #28DCE0;
}
.AnyTagClassName
{
color: #28DCE0;
}
</style>
background-color css
<style>
a { background-color: #28DCE0; }
a { background-color: rgb(40,220,224); }
div.DivClassName
{
background-color: #28DCE0;
}
.BgClassName
{
background-color: #28DCE0;
}
</style>
border-color css
<style>
span { border-color: #28DCE0; }
span { border-color: rgb(40,220,224); }
td.TdClassName
{
border-color: #28DCE0;
}
.TagClassName
{
border-color: #28DCE0;
}
</style>