Shades of Turquoise #28EBCB
Tints of Turquoise #28EBCB
RGB
CMYK
RGB Variations
Color information
#28EBCB (or 0x28EBCB) is known color: Turquoise. HEX triplet: 28, EB and CB. RGB value is (40,235,203). Sum of RGB (Red+Green+Blue) = 40+235+203=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBCB is #D71434. Grayscale: #ACACAC. Windows color (decimal): -14095413 or 13364008. OLE color: 13364008.
HSL color Cylindrical-coordinate representation of color #28EBCB: hue angle of 170.15º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBCB is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 203 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.08 |
| HSL | 170.15º | 0.83% | 0.54% | - |
| HSV(B) | 170.15º | 0.83% | 0.92% | - |
| XYZ | 41.36 | 64.18 | 66.71 | - |
| YUV | 173.05 | 144.9 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 203 | 0.83 | 0 | 0.14 | 0.08 | 170.15 | 0.83 | 0.54 |
| Hex | 28 | EB | CB | 53 | 0 | E | 8 | AA | 53 | 36 |
| Octal | 50 | 353 | 313 | 123 | 0 | 16 | 10 | 252 | 123 | 66 |
| Binary | 101000 | 11101011 | 11001011 | 1010011 | 0 | 1110 | 1000 | 10101010 | 1010011 | 110110 |
Color Harmonies of #28EBCB
Complementary color
Monochromatic Colors of #28EBCB
Black with #28EBCB
Text Example
Text Example
White with #28EBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBCB; }
p { color: rgb(40,235,203); }
H1.HeaderClassName
{
color: #28EBCB;
}
.AnyTagClassName
{
color: #28EBCB;
}
</style>
background-color css
<style>
a { background-color: #28EBCB; }
a { background-color: rgb(40,235,203); }
div.DivClassName
{
background-color: #28EBCB;
}
.BgClassName
{
background-color: #28EBCB;
}
</style>
border-color css
<style>
span { border-color: #28EBCB; }
span { border-color: rgb(40,235,203); }
td.TdClassName
{
border-color: #28EBCB;
}
.TagClassName
{
border-color: #28EBCB;
}
</style>