Shades of Bright Turquoise #28ECF9
Tints of Bright Turquoise #28ECF9
RGB
CMYK
RGB Variations
Color information
#28ECF9 (or 0x28ECF9) is known color: Bright Turquoise. HEX triplet: 28, EC and F9. RGB value is (40,236,249). Sum of RGB (Red+Green+Blue) = 40+236+249=525 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.62% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #28ECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28ECF9 is #D71306. Grayscale: #B2B2B2. Windows color (decimal): -14095111 or 16378920. OLE color: 16378920.
HSL color Cylindrical-coordinate representation of color #28ECF9: hue angle of 183.73º degrees, saturation: 0.95, 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 #28ECF9 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 236 | 249 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.02 |
| HSL | 183.73º | 0.95% | 0.57% | - |
| HSV(B) | 183.73º | 0.84% | 0.98% | - |
| XYZ | 47.97 | 67.28 | 100.08 | - |
| YUV | 178.88 | 167.57 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 249 | 0.84 | 0.05 | 0 | 0.02 | 183.73 | 0.95 | 0.57 |
| Hex | 28 | EC | F9 | 54 | 5 | 0 | 2 | B8 | 5F | 39 |
| Octal | 50 | 354 | 371 | 124 | 5 | 0 | 2 | 270 | 137 | 71 |
| Binary | 101000 | 11101100 | 11111001 | 1010100 | 101 | 0 | 10 | 10111000 | 1011111 | 111001 |
Color Harmonies of #28ECF9
Complementary color
Monochromatic Colors of #28ECF9
Black with #28ECF9
Text Example
Text Example
White with #28ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECF9; }
p { color: rgb(40,236,249); }
H1.HeaderClassName
{
color: #28ECF9;
}
.AnyTagClassName
{
color: #28ECF9;
}
</style>
background-color css
<style>
a { background-color: #28ECF9; }
a { background-color: rgb(40,236,249); }
div.DivClassName
{
background-color: #28ECF9;
}
.BgClassName
{
background-color: #28ECF9;
}
</style>
border-color css
<style>
span { border-color: #28ECF9; }
span { border-color: rgb(40,236,249); }
td.TdClassName
{
border-color: #28ECF9;
}
.TagClassName
{
border-color: #28ECF9;
}
</style>