Shades of Turquoise #28D4DE
Tints of Turquoise #28D4DE
RGB
CMYK
RGB Variations
Color information
#28D4DE (or 0x28D4DE) is known color: Turquoise. HEX triplet: 28, D4 and DE. RGB value is (40,212,222). Sum of RGB (Red+Green+Blue) = 40+212+222=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #28D4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D4DE is #D72B21. Grayscale: #A1A1A1. Windows color (decimal): -14101282 or 14603304. OLE color: 14603304.
HSL color Cylindrical-coordinate representation of color #28D4DE: hue angle of 183.3º 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 #28D4DE is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 212 | 222 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.13 |
| HSL | 183.3º | 0.73% | 0.51% | - |
| HSV(B) | 183.3º | 0.82% | 0.87% | - |
| XYZ | 37.6 | 52.81 | 77.32 | - |
| YUV | 161.71 | 162.02 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 222 | 0.82 | 0.05 | 0 | 0.13 | 183.3 | 0.73 | 0.51 |
| Hex | 28 | D4 | DE | 52 | 5 | 0 | D | B7 | 49 | 33 |
| Octal | 50 | 324 | 336 | 122 | 5 | 0 | 15 | 267 | 111 | 63 |
| Binary | 101000 | 11010100 | 11011110 | 1010010 | 101 | 0 | 1101 | 10110111 | 1001001 | 110011 |
Color Harmonies of #28D4DE
Complementary color
Monochromatic Colors of #28D4DE
Black with #28D4DE
Text Example
Text Example
White with #28D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4DE; }
p { color: rgb(40,212,222); }
H1.HeaderClassName
{
color: #28D4DE;
}
.AnyTagClassName
{
color: #28D4DE;
}
</style>
background-color css
<style>
a { background-color: #28D4DE; }
a { background-color: rgb(40,212,222); }
div.DivClassName
{
background-color: #28D4DE;
}
.BgClassName
{
background-color: #28D4DE;
}
</style>
border-color css
<style>
span { border-color: #28D4DE; }
span { border-color: rgb(40,212,222); }
td.TdClassName
{
border-color: #28D4DE;
}
.TagClassName
{
border-color: #28D4DE;
}
</style>