Shades of Bright Turquoise #28DEFE
Tints of Bright Turquoise #28DEFE
RGB
CMYK
RGB Variations
Color information
#28DEFE (or 0x28DEFE) is known color: Bright Turquoise. HEX triplet: 28, DE and FE. RGB value is (40,222,254). Sum of RGB (Red+Green+Blue) = 40+222+254=516 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.75% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #28DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEFE is #D72101. Grayscale: #AAAAAA. Windows color (decimal): -14098690 or 16703016. OLE color: 16703016.
HSL color Cylindrical-coordinate representation of color #28DEFE: hue angle of 188.97º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DEFE is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 222 | 254 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.00 |
| HSL | 188.97º | 0.99% | 0.58% | - |
| HSV(B) | 188.97º | 0.84% | 1% | - |
| XYZ | 44.89 | 59.85 | 102.95 | - |
| YUV | 171.23 | 174.7 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 254 | 0.84 | 0.13 | 0 | 0.00 | 188.97 | 0.99 | 0.58 |
| Hex | 28 | DE | FE | 54 | D | 0 | 0 | BD | 63 | 3A |
| Octal | 50 | 336 | 376 | 124 | 15 | 0 | 0 | 275 | 143 | 72 |
| Binary | 101000 | 11011110 | 11111110 | 1010100 | 1101 | 0 | 0 | 10111101 | 1100011 | 111010 |
Color Harmonies of #28DEFE
Complementary color
Monochromatic Colors of #28DEFE
Black with #28DEFE
Text Example
Text Example
White with #28DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEFE; }
p { color: rgb(40,222,254); }
H1.HeaderClassName
{
color: #28DEFE;
}
.AnyTagClassName
{
color: #28DEFE;
}
</style>
background-color css
<style>
a { background-color: #28DEFE; }
a { background-color: rgb(40,222,254); }
div.DivClassName
{
background-color: #28DEFE;
}
.BgClassName
{
background-color: #28DEFE;
}
</style>
border-color css
<style>
span { border-color: #28DEFE; }
span { border-color: rgb(40,222,254); }
td.TdClassName
{
border-color: #28DEFE;
}
.TagClassName
{
border-color: #28DEFE;
}
</style>