Shades of Bright Turquoise #28F3EC
Tints of Bright Turquoise #28F3EC
RGB
CMYK
RGB Variations
Color information
#28F3EC (or 0x28F3EC) is known color: Bright Turquoise. HEX triplet: 28, F3 and EC. RGB value is (40,243,236). Sum of RGB (Red+Green+Blue) = 40+243+236=519 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.71% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #28F3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F3EC is #D70C13. Grayscale: #B5B5B5. Windows color (decimal): -14093332 or 15528744. OLE color: 15528744.
HSL color Cylindrical-coordinate representation of color #28F3EC: hue angle of 177.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F3EC is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 236 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.05 |
| HSL | 177.93º | 0.89% | 0.55% | - |
| HSV(B) | 177.93º | 0.84% | 0.95% | - |
| XYZ | 48.07 | 70.61 | 90.45 | - |
| YUV | 181.51 | 158.75 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 236 | 0.84 | 0 | 0.03 | 0.05 | 177.93 | 0.89 | 0.55 |
| Hex | 28 | F3 | EC | 54 | 0 | 3 | 5 | B2 | 59 | 37 |
| Octal | 50 | 363 | 354 | 124 | 0 | 3 | 5 | 262 | 131 | 67 |
| Binary | 101000 | 11110011 | 11101100 | 1010100 | 0 | 11 | 101 | 10110010 | 1011001 | 110111 |
Color Harmonies of #28F3EC
Complementary color
Monochromatic Colors of #28F3EC
Black with #28F3EC
Text Example
Text Example
White with #28F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F3EC; }
p { color: rgb(40,243,236); }
H1.HeaderClassName
{
color: #28F3EC;
}
.AnyTagClassName
{
color: #28F3EC;
}
</style>
background-color css
<style>
a { background-color: #28F3EC; }
a { background-color: rgb(40,243,236); }
div.DivClassName
{
background-color: #28F3EC;
}
.BgClassName
{
background-color: #28F3EC;
}
</style>
border-color css
<style>
span { border-color: #28F3EC; }
span { border-color: rgb(40,243,236); }
td.TdClassName
{
border-color: #28F3EC;
}
.TagClassName
{
border-color: #28F3EC;
}
</style>