Shades of Bright Turquoise #28ECFB
Tints of Bright Turquoise #28ECFB
RGB
CMYK
RGB Variations
Color information
#28ECFB (or 0x28ECFB) is known color: Bright Turquoise. HEX triplet: 28, EC and FB. RGB value is (40,236,251). Sum of RGB (Red+Green+Blue) = 40+236+251=527 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.59% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #28ECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28ECFB is #D71304. Grayscale: #B2B2B2. Windows color (decimal): -14095109 or 16509992. OLE color: 16509992.
HSL color Cylindrical-coordinate representation of color #28ECFB: hue angle of 184.27º 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 #28ECFB is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 236 | 251 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.02 |
| HSL | 184.27º | 0.96% | 0.57% | - |
| HSV(B) | 184.27º | 0.84% | 0.98% | - |
| XYZ | 48.28 | 67.41 | 101.73 | - |
| YUV | 179.11 | 168.57 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 251 | 0.84 | 0.06 | 0 | 0.02 | 184.27 | 0.96 | 0.57 |
| Hex | 28 | EC | FB | 54 | 6 | 0 | 2 | B8 | 60 | 39 |
| Octal | 50 | 354 | 373 | 124 | 6 | 0 | 2 | 270 | 140 | 71 |
| Binary | 101000 | 11101100 | 11111011 | 1010100 | 110 | 0 | 10 | 10111000 | 1100000 | 111001 |
Color Harmonies of #28ECFB
Complementary color
Monochromatic Colors of #28ECFB
Black with #28ECFB
Text Example
Text Example
White with #28ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECFB; }
p { color: rgb(40,236,251); }
H1.HeaderClassName
{
color: #28ECFB;
}
.AnyTagClassName
{
color: #28ECFB;
}
</style>
background-color css
<style>
a { background-color: #28ECFB; }
a { background-color: rgb(40,236,251); }
div.DivClassName
{
background-color: #28ECFB;
}
.BgClassName
{
background-color: #28ECFB;
}
</style>
border-color css
<style>
span { border-color: #28ECFB; }
span { border-color: rgb(40,236,251); }
td.TdClassName
{
border-color: #28ECFB;
}
.TagClassName
{
border-color: #28ECFB;
}
</style>