Shades of Bright Turquoise #28DFED
Tints of Bright Turquoise #28DFED
RGB
CMYK
RGB Variations
Color information
#28DFED (or 0x28DFED) is known color: Bright Turquoise. HEX triplet: 28, DF and ED. RGB value is (40,223,237). Sum of RGB (Red+Green+Blue) = 40+223+237=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #28DFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFED is #D72012. Grayscale: #A9A9A9. Windows color (decimal): -14098451 or 15589160. OLE color: 15589160.
HSL color Cylindrical-coordinate representation of color #28DFED: hue angle of 184.26º degrees, saturation: 0.85, 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 #28DFED is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 223 | 237 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.07 |
| HSL | 184.26º | 0.85% | 0.54% | - |
| HSV(B) | 184.26º | 0.83% | 0.93% | - |
| XYZ | 42.55 | 59.34 | 89.33 | - |
| YUV | 169.88 | 165.87 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 237 | 0.83 | 0.06 | 0 | 0.07 | 184.26 | 0.85 | 0.54 |
| Hex | 28 | DF | ED | 53 | 6 | 0 | 7 | B8 | 55 | 36 |
| Octal | 50 | 337 | 355 | 123 | 6 | 0 | 7 | 270 | 125 | 66 |
| Binary | 101000 | 11011111 | 11101101 | 1010011 | 110 | 0 | 111 | 10111000 | 1010101 | 110110 |
Color Harmonies of #28DFED
Complementary color
Monochromatic Colors of #28DFED
Black with #28DFED
Text Example
Text Example
White with #28DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFED; }
p { color: rgb(40,223,237); }
H1.HeaderClassName
{
color: #28DFED;
}
.AnyTagClassName
{
color: #28DFED;
}
</style>
background-color css
<style>
a { background-color: #28DFED; }
a { background-color: rgb(40,223,237); }
div.DivClassName
{
background-color: #28DFED;
}
.BgClassName
{
background-color: #28DFED;
}
</style>
border-color css
<style>
span { border-color: #28DFED; }
span { border-color: rgb(40,223,237); }
td.TdClassName
{
border-color: #28DFED;
}
.TagClassName
{
border-color: #28DFED;
}
</style>