Shades of Bright Turquoise #28DEFB
Tints of Bright Turquoise #28DEFB
RGB
CMYK
RGB Variations
Color information
#28DEFB (or 0x28DEFB) is known color: Bright Turquoise. HEX triplet: 28, DE and FB. RGB value is (40,222,251). Sum of RGB (Red+Green+Blue) = 40+222+251=513 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.80% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #28DEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEFB is #D72104. Grayscale: #AAAAAA. Windows color (decimal): -14098693 or 16506408. OLE color: 16506408.
HSL color Cylindrical-coordinate representation of color #28DEFB: hue angle of 188.25º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DEFB is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 222 | 251 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.02 |
| HSL | 188.25º | 0.96% | 0.57% | - |
| HSV(B) | 188.25º | 0.84% | 0.98% | - |
| XYZ | 44.41 | 59.66 | 100.44 | - |
| YUV | 170.89 | 173.2 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 251 | 0.84 | 0.12 | 0 | 0.02 | 188.25 | 0.96 | 0.57 |
| Hex | 28 | DE | FB | 54 | C | 0 | 2 | BC | 60 | 39 |
| Octal | 50 | 336 | 373 | 124 | 14 | 0 | 2 | 274 | 140 | 71 |
| Binary | 101000 | 11011110 | 11111011 | 1010100 | 1100 | 0 | 10 | 10111100 | 1100000 | 111001 |
Color Harmonies of #28DEFB
Complementary color
Monochromatic Colors of #28DEFB
Black with #28DEFB
Text Example
Text Example
White with #28DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEFB; }
p { color: rgb(40,222,251); }
H1.HeaderClassName
{
color: #28DEFB;
}
.AnyTagClassName
{
color: #28DEFB;
}
</style>
background-color css
<style>
a { background-color: #28DEFB; }
a { background-color: rgb(40,222,251); }
div.DivClassName
{
background-color: #28DEFB;
}
.BgClassName
{
background-color: #28DEFB;
}
</style>
border-color css
<style>
span { border-color: #28DEFB; }
span { border-color: rgb(40,222,251); }
td.TdClassName
{
border-color: #28DEFB;
}
.TagClassName
{
border-color: #28DEFB;
}
</style>