Shades of Turquoise #28DBBC
Tints of Turquoise #28DBBC
RGB
CMYK
RGB Variations
Color information
#28DBBC (or 0x28DBBC) is known color: Turquoise. HEX triplet: 28, DB and BC. RGB value is (40,219,188). Sum of RGB (Red+Green+Blue) = 40+219+188=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBBC is #D72443. Grayscale: #A1A1A1. Windows color (decimal): -14099524 or 12376872. OLE color: 12376872.
HSL color Cylindrical-coordinate representation of color #28DBBC: hue angle of 169.61º 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 #28DBBC is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 188 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.14 |
| HSL | 169.61º | 0.71% | 0.51% | - |
| HSV(B) | 169.61º | 0.82% | 0.86% | - |
| XYZ | 35.28 | 54.75 | 56.28 | - |
| YUV | 161.95 | 142.7 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 188 | 0.82 | 0 | 0.14 | 0.14 | 169.61 | 0.71 | 0.51 |
| Hex | 28 | DB | BC | 52 | 0 | E | E | AA | 47 | 33 |
| Octal | 50 | 333 | 274 | 122 | 0 | 16 | 16 | 252 | 107 | 63 |
| Binary | 101000 | 11011011 | 10111100 | 1010010 | 0 | 1110 | 1110 | 10101010 | 1000111 | 110011 |
Color Harmonies of #28DBBC
Complementary color
Monochromatic Colors of #28DBBC
Black with #28DBBC
Text Example
Text Example
White with #28DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBBC; }
p { color: rgb(40,219,188); }
H1.HeaderClassName
{
color: #28DBBC;
}
.AnyTagClassName
{
color: #28DBBC;
}
</style>
background-color css
<style>
a { background-color: #28DBBC; }
a { background-color: rgb(40,219,188); }
div.DivClassName
{
background-color: #28DBBC;
}
.BgClassName
{
background-color: #28DBBC;
}
</style>
border-color css
<style>
span { border-color: #28DBBC; }
span { border-color: rgb(40,219,188); }
td.TdClassName
{
border-color: #28DBBC;
}
.TagClassName
{
border-color: #28DBBC;
}
</style>