Shades of Medium Turquoise #28CBCE
Tints of Medium Turquoise #28CBCE
RGB
CMYK
RGB Variations
Color information
#28CBCE (or 0x28CBCE) is known color: Medium Turquoise. HEX triplet: 28, CB and CE. RGB value is (40,203,206). Sum of RGB (Red+Green+Blue) = 40+203+206=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #28CBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBCE is #D73431. Grayscale: #9A9A9A. Windows color (decimal): -14103602 or 13552424. OLE color: 13552424.
HSL color Cylindrical-coordinate representation of color #28CBCE: hue angle of 181.08º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CBCE is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 203 | 206 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.19 |
| HSL | 181.08º | 0.67% | 0.48% | - |
| HSV(B) | 181.08º | 0.81% | 0.81% | - |
| XYZ | 33.37 | 47.62 | 65.83 | - |
| YUV | 154.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 206 | 0.81 | 0.01 | 0 | 0.19 | 181.08 | 0.67 | 0.48 |
| Hex | 28 | CB | CE | 51 | 1 | 0 | 13 | B5 | 43 | 30 |
| Octal | 50 | 313 | 316 | 121 | 1 | 0 | 23 | 265 | 103 | 60 |
| Binary | 101000 | 11001011 | 11001110 | 1010001 | 1 | 0 | 10011 | 10110101 | 1000011 | 110000 |
Color Harmonies of #28CBCE
Complementary color
Monochromatic Colors of #28CBCE
Black with #28CBCE
Text Example
Text Example
White with #28CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBCE; }
p { color: rgb(40,203,206); }
H1.HeaderClassName
{
color: #28CBCE;
}
.AnyTagClassName
{
color: #28CBCE;
}
</style>
background-color css
<style>
a { background-color: #28CBCE; }
a { background-color: rgb(40,203,206); }
div.DivClassName
{
background-color: #28CBCE;
}
.BgClassName
{
background-color: #28CBCE;
}
</style>
border-color css
<style>
span { border-color: #28CBCE; }
span { border-color: rgb(40,203,206); }
td.TdClassName
{
border-color: #28CBCE;
}
.TagClassName
{
border-color: #28CBCE;
}
</style>