Shades of Bright Turquoise #28DCFB
Tints of Bright Turquoise #28DCFB
RGB
CMYK
RGB Variations
Color information
#28DCFB (or 0x28DCFB) is known color: Bright Turquoise. HEX triplet: 28, DC and FB. RGB value is (40,220,251). Sum of RGB (Red+Green+Blue) = 40+220+251=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #28DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCFB is #D72304. Grayscale: #A9A9A9. Windows color (decimal): -14099205 or 16505896. OLE color: 16505896.
HSL color Cylindrical-coordinate representation of color #28DCFB: hue angle of 188.82º 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 #28DCFB is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 220 | 251 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.02 |
| HSL | 188.82º | 0.96% | 0.57% | - |
| HSV(B) | 188.82º | 0.84% | 0.98% | - |
| XYZ | 43.88 | 58.6 | 100.27 | - |
| YUV | 169.71 | 173.87 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 251 | 0.84 | 0.12 | 0 | 0.02 | 188.82 | 0.96 | 0.57 |
| Hex | 28 | DC | FB | 54 | C | 0 | 2 | BD | 60 | 39 |
| Octal | 50 | 334 | 373 | 124 | 14 | 0 | 2 | 275 | 140 | 71 |
| Binary | 101000 | 11011100 | 11111011 | 1010100 | 1100 | 0 | 10 | 10111101 | 1100000 | 111001 |
Color Harmonies of #28DCFB
Complementary color
Monochromatic Colors of #28DCFB
Black with #28DCFB
Text Example
Text Example
White with #28DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCFB; }
p { color: rgb(40,220,251); }
H1.HeaderClassName
{
color: #28DCFB;
}
.AnyTagClassName
{
color: #28DCFB;
}
</style>
background-color css
<style>
a { background-color: #28DCFB; }
a { background-color: rgb(40,220,251); }
div.DivClassName
{
background-color: #28DCFB;
}
.BgClassName
{
background-color: #28DCFB;
}
</style>
border-color css
<style>
span { border-color: #28DCFB; }
span { border-color: rgb(40,220,251); }
td.TdClassName
{
border-color: #28DCFB;
}
.TagClassName
{
border-color: #28DCFB;
}
</style>