Shades of Bright Turquoise #28DFEC
Tints of Bright Turquoise #28DFEC
RGB
CMYK
RGB Variations
Color information
#28DFEC (or 0x28DFEC) is known color: Bright Turquoise. HEX triplet: 28, DF and EC. RGB value is (40,223,236). Sum of RGB (Red+Green+Blue) = 40+223+236=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #28DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFEC is #D72013. Grayscale: #A9A9A9. Windows color (decimal): -14098452 or 15523624. OLE color: 15523624.
HSL color Cylindrical-coordinate representation of color #28DFEC: hue angle of 183.98º 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 #28DFEC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 223 | 236 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.07 |
| HSL | 183.98º | 0.84% | 0.54% | - |
| HSV(B) | 183.98º | 0.83% | 0.93% | - |
| XYZ | 42.4 | 59.28 | 88.56 | - |
| YUV | 169.77 | 165.37 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 236 | 0.83 | 0.06 | 0 | 0.07 | 183.98 | 0.84 | 0.54 |
| Hex | 28 | DF | EC | 53 | 6 | 0 | 7 | B8 | 54 | 36 |
| Octal | 50 | 337 | 354 | 123 | 6 | 0 | 7 | 270 | 124 | 66 |
| Binary | 101000 | 11011111 | 11101100 | 1010011 | 110 | 0 | 111 | 10111000 | 1010100 | 110110 |
Color Harmonies of #28DFEC
Complementary color
Monochromatic Colors of #28DFEC
Black with #28DFEC
Text Example
Text Example
White with #28DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFEC; }
p { color: rgb(40,223,236); }
H1.HeaderClassName
{
color: #28DFEC;
}
.AnyTagClassName
{
color: #28DFEC;
}
</style>
background-color css
<style>
a { background-color: #28DFEC; }
a { background-color: rgb(40,223,236); }
div.DivClassName
{
background-color: #28DFEC;
}
.BgClassName
{
background-color: #28DFEC;
}
</style>
border-color css
<style>
span { border-color: #28DFEC; }
span { border-color: rgb(40,223,236); }
td.TdClassName
{
border-color: #28DFEC;
}
.TagClassName
{
border-color: #28DFEC;
}
</style>