Shades of Bright Turquoise #28DBFB
Tints of Bright Turquoise #28DBFB
RGB
CMYK
RGB Variations
Color information
#28DBFB (or 0x28DBFB) is known color: Bright Turquoise. HEX triplet: 28, DB and FB. RGB value is (40,219,251). Sum of RGB (Red+Green+Blue) = 40+219+251=510 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.84% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #28DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBFB is #D72404. Grayscale: #A8A8A8. Windows color (decimal): -14099461 or 16505640. OLE color: 16505640.
HSL color Cylindrical-coordinate representation of color #28DBFB: hue angle of 189.1º 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 #28DBFB is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 219 | 251 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.02 |
| HSL | 189.1º | 0.96% | 0.57% | - |
| HSV(B) | 189.1º | 0.84% | 0.98% | - |
| XYZ | 43.62 | 58.08 | 100.18 | - |
| YUV | 169.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 251 | 0.84 | 0.13 | 0 | 0.02 | 189.1 | 0.96 | 0.57 |
| Hex | 28 | DB | FB | 54 | D | 0 | 2 | BD | 60 | 39 |
| Octal | 50 | 333 | 373 | 124 | 15 | 0 | 2 | 275 | 140 | 71 |
| Binary | 101000 | 11011011 | 11111011 | 1010100 | 1101 | 0 | 10 | 10111101 | 1100000 | 111001 |
Color Harmonies of #28DBFB
Complementary color
Monochromatic Colors of #28DBFB
Black with #28DBFB
Text Example
Text Example
White with #28DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBFB; }
p { color: rgb(40,219,251); }
H1.HeaderClassName
{
color: #28DBFB;
}
.AnyTagClassName
{
color: #28DBFB;
}
</style>
background-color css
<style>
a { background-color: #28DBFB; }
a { background-color: rgb(40,219,251); }
div.DivClassName
{
background-color: #28DBFB;
}
.BgClassName
{
background-color: #28DBFB;
}
</style>
border-color css
<style>
span { border-color: #28DBFB; }
span { border-color: rgb(40,219,251); }
td.TdClassName
{
border-color: #28DBFB;
}
.TagClassName
{
border-color: #28DBFB;
}
</style>