Shades of Turquoise #28DBCC
Tints of Turquoise #28DBCC
RGB
CMYK
RGB Variations
Color information
#28DBCC (or 0x28DBCC) is known color: Turquoise. HEX triplet: 28, DB and CC. RGB value is (40,219,204). Sum of RGB (Red+Green+Blue) = 40+219+204=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBCC is #D72433. Grayscale: #A3A3A3. Windows color (decimal): -14099508 or 13425448. OLE color: 13425448.
HSL color Cylindrical-coordinate representation of color #28DBCC: hue angle of 174.97º degrees, saturation: 0.71, 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 #28DBCC is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 204 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.14 |
| HSL | 174.97º | 0.71% | 0.51% | - |
| HSV(B) | 174.97º | 0.82% | 0.86% | - |
| XYZ | 37.11 | 55.47 | 65.88 | - |
| YUV | 163.77 | 150.7 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 204 | 0.82 | 0 | 0.07 | 0.14 | 174.97 | 0.71 | 0.51 |
| Hex | 28 | DB | CC | 52 | 0 | 7 | E | AF | 47 | 33 |
| Octal | 50 | 333 | 314 | 122 | 0 | 7 | 16 | 257 | 107 | 63 |
| Binary | 101000 | 11011011 | 11001100 | 1010010 | 0 | 111 | 1110 | 10101111 | 1000111 | 110011 |
Color Harmonies of #28DBCC
Complementary color
Monochromatic Colors of #28DBCC
Black with #28DBCC
Text Example
Text Example
White with #28DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBCC; }
p { color: rgb(40,219,204); }
H1.HeaderClassName
{
color: #28DBCC;
}
.AnyTagClassName
{
color: #28DBCC;
}
</style>
background-color css
<style>
a { background-color: #28DBCC; }
a { background-color: rgb(40,219,204); }
div.DivClassName
{
background-color: #28DBCC;
}
.BgClassName
{
background-color: #28DBCC;
}
</style>
border-color css
<style>
span { border-color: #28DBCC; }
span { border-color: rgb(40,219,204); }
td.TdClassName
{
border-color: #28DBCC;
}
.TagClassName
{
border-color: #28DBCC;
}
</style>