Shades of Bright Turquoise #28DDFB
Tints of Bright Turquoise #28DDFB
RGB
CMYK
RGB Variations
Color information
#28DDFB (or 0x28DDFB) is known color: Bright Turquoise. HEX triplet: 28, DD and FB. RGB value is (40,221,251). Sum of RGB (Red+Green+Blue) = 40+221+251=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #28DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDFB is #D72204. Grayscale: #AAAAAA. Windows color (decimal): -14098949 or 16506152. OLE color: 16506152.
HSL color Cylindrical-coordinate representation of color #28DDFB: hue angle of 188.53º 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 #28DDFB is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 221 | 251 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.02 |
| HSL | 188.53º | 0.96% | 0.57% | - |
| HSV(B) | 188.53º | 0.84% | 0.98% | - |
| XYZ | 44.14 | 59.13 | 100.35 | - |
| YUV | 170.3 | 173.53 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 251 | 0.84 | 0.12 | 0 | 0.02 | 188.53 | 0.96 | 0.57 |
| Hex | 28 | DD | FB | 54 | C | 0 | 2 | BD | 60 | 39 |
| Octal | 50 | 335 | 373 | 124 | 14 | 0 | 2 | 275 | 140 | 71 |
| Binary | 101000 | 11011101 | 11111011 | 1010100 | 1100 | 0 | 10 | 10111101 | 1100000 | 111001 |
Color Harmonies of #28DDFB
Complementary color
Monochromatic Colors of #28DDFB
Black with #28DDFB
Text Example
Text Example
White with #28DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDFB; }
p { color: rgb(40,221,251); }
H1.HeaderClassName
{
color: #28DDFB;
}
.AnyTagClassName
{
color: #28DDFB;
}
</style>
background-color css
<style>
a { background-color: #28DDFB; }
a { background-color: rgb(40,221,251); }
div.DivClassName
{
background-color: #28DDFB;
}
.BgClassName
{
background-color: #28DDFB;
}
</style>
border-color css
<style>
span { border-color: #28DDFB; }
span { border-color: rgb(40,221,251); }
td.TdClassName
{
border-color: #28DDFB;
}
.TagClassName
{
border-color: #28DDFB;
}
</style>