Shades of Turquoise #28E9CB
Tints of Turquoise #28E9CB
RGB
CMYK
RGB Variations
Color information
#28E9CB (or 0x28E9CB) is known color: Turquoise. HEX triplet: 28, E9 and CB. RGB value is (40,233,203). Sum of RGB (Red+Green+Blue) = 40+233+203=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #28E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E9CB is #D71634. Grayscale: #ABABAB. Windows color (decimal): -14095925 or 13363496. OLE color: 13363496.
HSL color Cylindrical-coordinate representation of color #28E9CB: hue angle of 170.67º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E9CB is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 203 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.09 |
| HSL | 170.67º | 0.81% | 0.54% | - |
| HSV(B) | 170.67º | 0.83% | 0.91% | - |
| XYZ | 40.79 | 63.04 | 66.52 | - |
| YUV | 171.87 | 145.56 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 203 | 0.83 | 0 | 0.13 | 0.09 | 170.67 | 0.81 | 0.54 |
| Hex | 28 | E9 | CB | 53 | 0 | D | 9 | AB | 51 | 36 |
| Octal | 50 | 351 | 313 | 123 | 0 | 15 | 11 | 253 | 121 | 66 |
| Binary | 101000 | 11101001 | 11001011 | 1010011 | 0 | 1101 | 1001 | 10101011 | 1010001 | 110110 |
Color Harmonies of #28E9CB
Complementary color
Monochromatic Colors of #28E9CB
Black with #28E9CB
Text Example
Text Example
White with #28E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E9CB; }
p { color: rgb(40,233,203); }
H1.HeaderClassName
{
color: #28E9CB;
}
.AnyTagClassName
{
color: #28E9CB;
}
</style>
background-color css
<style>
a { background-color: #28E9CB; }
a { background-color: rgb(40,233,203); }
div.DivClassName
{
background-color: #28E9CB;
}
.BgClassName
{
background-color: #28E9CB;
}
</style>
border-color css
<style>
span { border-color: #28E9CB; }
span { border-color: rgb(40,233,203); }
td.TdClassName
{
border-color: #28E9CB;
}
.TagClassName
{
border-color: #28E9CB;
}
</style>