Shades of Bright Turquoise #28ECEF
Tints of Bright Turquoise #28ECEF
RGB
CMYK
RGB Variations
Color information
#28ECEF (or 0x28ECEF) is known color: Bright Turquoise. HEX triplet: 28, EC and EF. RGB value is (40,236,239). Sum of RGB (Red+Green+Blue) = 40+236+239=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #28ECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28ECEF is #D71310. Grayscale: #B1B1B1. Windows color (decimal): -14095121 or 15723560. OLE color: 15723560.
HSL color Cylindrical-coordinate representation of color #28ECEF: hue angle of 180.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECEF is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 236 | 239 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.06 |
| HSL | 180.9º | 0.86% | 0.55% | - |
| HSV(B) | 180.9º | 0.83% | 0.94% | - |
| XYZ | 46.45 | 66.67 | 92.08 | - |
| YUV | 177.74 | 162.57 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 239 | 0.83 | 0.01 | 0 | 0.06 | 180.9 | 0.86 | 0.55 |
| Hex | 28 | EC | EF | 53 | 1 | 0 | 6 | B5 | 56 | 37 |
| Octal | 50 | 354 | 357 | 123 | 1 | 0 | 6 | 265 | 126 | 67 |
| Binary | 101000 | 11101100 | 11101111 | 1010011 | 1 | 0 | 110 | 10110101 | 1010110 | 110111 |
Color Harmonies of #28ECEF
Complementary color
Monochromatic Colors of #28ECEF
Black with #28ECEF
Text Example
Text Example
White with #28ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECEF; }
p { color: rgb(40,236,239); }
H1.HeaderClassName
{
color: #28ECEF;
}
.AnyTagClassName
{
color: #28ECEF;
}
</style>
background-color css
<style>
a { background-color: #28ECEF; }
a { background-color: rgb(40,236,239); }
div.DivClassName
{
background-color: #28ECEF;
}
.BgClassName
{
background-color: #28ECEF;
}
</style>
border-color css
<style>
span { border-color: #28ECEF; }
span { border-color: rgb(40,236,239); }
td.TdClassName
{
border-color: #28ECEF;
}
.TagClassName
{
border-color: #28ECEF;
}
</style>