Shades of Bright Turquoise #28EBEC
Tints of Bright Turquoise #28EBEC
RGB
CMYK
RGB Variations
Color information
#28EBEC (or 0x28EBEC) is known color: Bright Turquoise. HEX triplet: 28, EB and EC. RGB value is (40,235,236). Sum of RGB (Red+Green+Blue) = 40+235+236=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #28EBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EBEC is #D71413. Grayscale: #B0B0B0. Windows color (decimal): -14095380 or 15526696. OLE color: 15526696.
HSL color Cylindrical-coordinate representation of color #28EBEC: hue angle of 180.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBEC is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 235 | 236 | - |
| CMYK | 0.83 | 0.00 | 0 | 0.07 |
| HSL | 180.31º | 0.84% | 0.54% | - |
| HSV(B) | 180.31º | 0.83% | 0.93% | - |
| XYZ | 45.72 | 65.92 | 89.67 | - |
| YUV | 176.81 | 161.4 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 236 | 0.83 | 0.00 | 0 | 0.07 | 180.31 | 0.84 | 0.54 |
| Hex | 28 | EB | EC | 53 | 0 | 0 | 7 | B4 | 54 | 36 |
| Octal | 50 | 353 | 354 | 123 | 0 | 0 | 7 | 264 | 124 | 66 |
| Binary | 101000 | 11101011 | 11101100 | 1010011 | 0 | 0 | 111 | 10110100 | 1010100 | 110110 |
Color Harmonies of #28EBEC
Complementary color
Monochromatic Colors of #28EBEC
Black with #28EBEC
Text Example
Text Example
White with #28EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBEC; }
p { color: rgb(40,235,236); }
H1.HeaderClassName
{
color: #28EBEC;
}
.AnyTagClassName
{
color: #28EBEC;
}
</style>
background-color css
<style>
a { background-color: #28EBEC; }
a { background-color: rgb(40,235,236); }
div.DivClassName
{
background-color: #28EBEC;
}
.BgClassName
{
background-color: #28EBEC;
}
</style>
border-color css
<style>
span { border-color: #28EBEC; }
span { border-color: rgb(40,235,236); }
td.TdClassName
{
border-color: #28EBEC;
}
.TagClassName
{
border-color: #28EBEC;
}
</style>