Shades of Turquoise #28D4DD
Tints of Turquoise #28D4DD
RGB
CMYK
RGB Variations
Color information
#28D4DD (or 0x28D4DD) is known color: Turquoise. HEX triplet: 28, D4 and DD. RGB value is (40,212,221). Sum of RGB (Red+Green+Blue) = 40+212+221=473 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.46% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #28D4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D4DD is #D72B22. Grayscale: #A1A1A1. Windows color (decimal): -14101283 or 14537768. OLE color: 14537768.
HSL color Cylindrical-coordinate representation of color #28D4DD: hue angle of 182.98º 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 #28D4DD is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 212 | 221 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.13 |
| HSL | 182.98º | 0.73% | 0.51% | - |
| HSV(B) | 182.98º | 0.82% | 0.87% | - |
| XYZ | 37.47 | 52.76 | 76.62 | - |
| YUV | 161.6 | 161.52 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 221 | 0.82 | 0.04 | 0 | 0.13 | 182.98 | 0.73 | 0.51 |
| Hex | 28 | D4 | DD | 52 | 4 | 0 | D | B7 | 49 | 33 |
| Octal | 50 | 324 | 335 | 122 | 4 | 0 | 15 | 267 | 111 | 63 |
| Binary | 101000 | 11010100 | 11011101 | 1010010 | 100 | 0 | 1101 | 10110111 | 1001001 | 110011 |
Color Harmonies of #28D4DD
Complementary color
Monochromatic Colors of #28D4DD
Black with #28D4DD
Text Example
Text Example
White with #28D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4DD; }
p { color: rgb(40,212,221); }
H1.HeaderClassName
{
color: #28D4DD;
}
.AnyTagClassName
{
color: #28D4DD;
}
</style>
background-color css
<style>
a { background-color: #28D4DD; }
a { background-color: rgb(40,212,221); }
div.DivClassName
{
background-color: #28D4DD;
}
.BgClassName
{
background-color: #28D4DD;
}
</style>
border-color css
<style>
span { border-color: #28D4DD; }
span { border-color: rgb(40,212,221); }
td.TdClassName
{
border-color: #28D4DD;
}
.TagClassName
{
border-color: #28D4DD;
}
</style>