Shades of Bright Turquoise #28DEEE
Tints of Bright Turquoise #28DEEE
RGB
CMYK
RGB Variations
Color information
#28DEEE (or 0x28DEEE) is known color: Bright Turquoise. HEX triplet: 28, DE and EE. RGB value is (40,222,238). Sum of RGB (Red+Green+Blue) = 40+222+238=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #28DEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEEE is #D72111. Grayscale: #A9A9A9. Windows color (decimal): -14098706 or 15654440. OLE color: 15654440.
HSL color Cylindrical-coordinate representation of color #28DEEE: hue angle of 184.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DEEE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 222 | 238 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.07 |
| HSL | 184.85º | 0.85% | 0.55% | - |
| HSV(B) | 184.85º | 0.83% | 0.93% | - |
| XYZ | 42.43 | 58.87 | 90.02 | - |
| YUV | 169.41 | 166.7 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 238 | 0.83 | 0.07 | 0 | 0.07 | 184.85 | 0.85 | 0.55 |
| Hex | 28 | DE | EE | 53 | 7 | 0 | 7 | B9 | 55 | 37 |
| Octal | 50 | 336 | 356 | 123 | 7 | 0 | 7 | 271 | 125 | 67 |
| Binary | 101000 | 11011110 | 11101110 | 1010011 | 111 | 0 | 111 | 10111001 | 1010101 | 110111 |
Color Harmonies of #28DEEE
Complementary color
Monochromatic Colors of #28DEEE
Black with #28DEEE
Text Example
Text Example
White with #28DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEEE; }
p { color: rgb(40,222,238); }
H1.HeaderClassName
{
color: #28DEEE;
}
.AnyTagClassName
{
color: #28DEEE;
}
</style>
background-color css
<style>
a { background-color: #28DEEE; }
a { background-color: rgb(40,222,238); }
div.DivClassName
{
background-color: #28DEEE;
}
.BgClassName
{
background-color: #28DEEE;
}
</style>
border-color css
<style>
span { border-color: #28DEEE; }
span { border-color: rgb(40,222,238); }
td.TdClassName
{
border-color: #28DEEE;
}
.TagClassName
{
border-color: #28DEEE;
}
</style>