Shades of Turquoise #28DDCB
Tints of Turquoise #28DDCB
RGB
CMYK
RGB Variations
Color information
#28DDCB (or 0x28DDCB) is known color: Turquoise. HEX triplet: 28, DD and CB. RGB value is (40,221,203). Sum of RGB (Red+Green+Blue) = 40+221+203=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDCB is #D72234. Grayscale: #A4A4A4. Windows color (decimal): -14098997 or 13360424. OLE color: 13360424.
HSL color Cylindrical-coordinate representation of color #28DDCB: hue angle of 174.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DDCB is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 203 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.13 |
| HSL | 174.03º | 0.73% | 0.51% | - |
| HSV(B) | 174.03º | 0.82% | 0.87% | - |
| XYZ | 37.51 | 56.48 | 65.42 | - |
| YUV | 164.83 | 149.53 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 203 | 0.82 | 0 | 0.08 | 0.13 | 174.03 | 0.73 | 0.51 |
| Hex | 28 | DD | CB | 52 | 0 | 8 | D | AE | 49 | 33 |
| Octal | 50 | 335 | 313 | 122 | 0 | 10 | 15 | 256 | 111 | 63 |
| Binary | 101000 | 11011101 | 11001011 | 1010010 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110011 |
Color Harmonies of #28DDCB
Complementary color
Monochromatic Colors of #28DDCB
Black with #28DDCB
Text Example
Text Example
White with #28DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDCB; }
p { color: rgb(40,221,203); }
H1.HeaderClassName
{
color: #28DDCB;
}
.AnyTagClassName
{
color: #28DDCB;
}
</style>
background-color css
<style>
a { background-color: #28DDCB; }
a { background-color: rgb(40,221,203); }
div.DivClassName
{
background-color: #28DDCB;
}
.BgClassName
{
background-color: #28DDCB;
}
</style>
border-color css
<style>
span { border-color: #28DDCB; }
span { border-color: rgb(40,221,203); }
td.TdClassName
{
border-color: #28DDCB;
}
.TagClassName
{
border-color: #28DDCB;
}
</style>