Shades of Bright Turquoise #28DCEC
Tints of Bright Turquoise #28DCEC
RGB
CMYK
RGB Variations
Color information
#28DCEC (or 0x28DCEC) is known color: Bright Turquoise. HEX triplet: 28, DC and EC. RGB value is (40,220,236). Sum of RGB (Red+Green+Blue) = 40+220+236=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #28DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCEC is #D72313. Grayscale: #A7A7A7. Windows color (decimal): -14099220 or 15522856. OLE color: 15522856.
HSL color Cylindrical-coordinate representation of color #28DCEC: hue angle of 184.9º 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 #28DCEC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 220 | 236 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.07 |
| HSL | 184.9º | 0.84% | 0.54% | - |
| HSV(B) | 184.9º | 0.83% | 0.93% | - |
| XYZ | 41.61 | 57.69 | 88.3 | - |
| YUV | 168 | 166.37 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 236 | 0.83 | 0.07 | 0 | 0.07 | 184.9 | 0.84 | 0.54 |
| Hex | 28 | DC | EC | 53 | 7 | 0 | 7 | B9 | 54 | 36 |
| Octal | 50 | 334 | 354 | 123 | 7 | 0 | 7 | 271 | 124 | 66 |
| Binary | 101000 | 11011100 | 11101100 | 1010011 | 111 | 0 | 111 | 10111001 | 1010100 | 110110 |
Color Harmonies of #28DCEC
Complementary color
Monochromatic Colors of #28DCEC
Black with #28DCEC
Text Example
Text Example
White with #28DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCEC; }
p { color: rgb(40,220,236); }
H1.HeaderClassName
{
color: #28DCEC;
}
.AnyTagClassName
{
color: #28DCEC;
}
</style>
background-color css
<style>
a { background-color: #28DCEC; }
a { background-color: rgb(40,220,236); }
div.DivClassName
{
background-color: #28DCEC;
}
.BgClassName
{
background-color: #28DCEC;
}
</style>
border-color css
<style>
span { border-color: #28DCEC; }
span { border-color: rgb(40,220,236); }
td.TdClassName
{
border-color: #28DCEC;
}
.TagClassName
{
border-color: #28DCEC;
}
</style>