Shades of Bright Turquoise #28DDEC
Tints of Bright Turquoise #28DDEC
RGB
CMYK
RGB Variations
Color information
#28DDEC (or 0x28DDEC) is known color: Bright Turquoise. HEX triplet: 28, DD and EC. RGB value is (40,221,236). Sum of RGB (Red+Green+Blue) = 40+221+236=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #28DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDEC is #D72213. Grayscale: #A8A8A8. Windows color (decimal): -14098964 or 15523112. OLE color: 15523112.
HSL color Cylindrical-coordinate representation of color #28DDEC: hue angle of 184.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DDEC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 221 | 236 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.07 |
| HSL | 184.59º | 0.84% | 0.54% | - |
| HSV(B) | 184.59º | 0.83% | 0.93% | - |
| XYZ | 41.87 | 58.22 | 88.39 | - |
| YUV | 168.59 | 166.03 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 236 | 0.83 | 0.06 | 0 | 0.07 | 184.59 | 0.84 | 0.54 |
| Hex | 28 | DD | EC | 53 | 6 | 0 | 7 | B9 | 54 | 36 |
| Octal | 50 | 335 | 354 | 123 | 6 | 0 | 7 | 271 | 124 | 66 |
| Binary | 101000 | 11011101 | 11101100 | 1010011 | 110 | 0 | 111 | 10111001 | 1010100 | 110110 |
Color Harmonies of #28DDEC
Complementary color
Monochromatic Colors of #28DDEC
Black with #28DDEC
Text Example
Text Example
White with #28DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDEC; }
p { color: rgb(40,221,236); }
H1.HeaderClassName
{
color: #28DDEC;
}
.AnyTagClassName
{
color: #28DDEC;
}
</style>
background-color css
<style>
a { background-color: #28DDEC; }
a { background-color: rgb(40,221,236); }
div.DivClassName
{
background-color: #28DDEC;
}
.BgClassName
{
background-color: #28DDEC;
}
</style>
border-color css
<style>
span { border-color: #28DDEC; }
span { border-color: rgb(40,221,236); }
td.TdClassName
{
border-color: #28DDEC;
}
.TagClassName
{
border-color: #28DDEC;
}
</style>