Shades of Turquoise #28D0DC
Tints of Turquoise #28D0DC
RGB
CMYK
RGB Variations
Color information
#28D0DC (or 0x28D0DC) is known color: Turquoise. HEX triplet: 28, D0 and DC. RGB value is (40,208,220). Sum of RGB (Red+Green+Blue) = 40+208+220=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #28D0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D0DC is #D72F23. Grayscale: #9E9E9E. Windows color (decimal): -14102308 or 14471208. OLE color: 14471208.
HSL color Cylindrical-coordinate representation of color #28D0DC: hue angle of 184º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D0DC is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 208 | 220 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.14 |
| HSL | 184º | 0.72% | 0.51% | - |
| HSV(B) | 184º | 0.82% | 0.86% | - |
| XYZ | 36.35 | 50.73 | 75.59 | - |
| YUV | 159.14 | 162.34 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 220 | 0.82 | 0.05 | 0 | 0.14 | 184 | 0.72 | 0.51 |
| Hex | 28 | D0 | DC | 52 | 5 | 0 | E | B8 | 48 | 33 |
| Octal | 50 | 320 | 334 | 122 | 5 | 0 | 16 | 270 | 110 | 63 |
| Binary | 101000 | 11010000 | 11011100 | 1010010 | 101 | 0 | 1110 | 10111000 | 1001000 | 110011 |
Color Harmonies of #28D0DC
Complementary color
Monochromatic Colors of #28D0DC
Black with #28D0DC
Text Example
Text Example
White with #28D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D0DC; }
p { color: rgb(40,208,220); }
H1.HeaderClassName
{
color: #28D0DC;
}
.AnyTagClassName
{
color: #28D0DC;
}
</style>
background-color css
<style>
a { background-color: #28D0DC; }
a { background-color: rgb(40,208,220); }
div.DivClassName
{
background-color: #28D0DC;
}
.BgClassName
{
background-color: #28D0DC;
}
</style>
border-color css
<style>
span { border-color: #28D0DC; }
span { border-color: rgb(40,208,220); }
td.TdClassName
{
border-color: #28D0DC;
}
.TagClassName
{
border-color: #28D0DC;
}
</style>