Shades of Medium Turquoise #28CCCB
Tints of Medium Turquoise #28CCCB
RGB
CMYK
RGB Variations
Color information
#28CCCB (or 0x28CCCB) is known color: Medium Turquoise. HEX triplet: 28, CC and CB. RGB value is (40,204,203). Sum of RGB (Red+Green+Blue) = 40+204+203=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #28CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCCB is #D73334. Grayscale: #9A9A9A. Windows color (decimal): -14103349 or 13356072. OLE color: 13356072.
HSL color Cylindrical-coordinate representation of color #28CCCB: hue angle of 179.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CCCB is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 203 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.2 |
| HSL | 179.63º | 0.67% | 0.48% | - |
| HSV(B) | 179.63º | 0.8% | 0.8% | - |
| XYZ | 33.25 | 47.95 | 64 | - |
| YUV | 154.85 | 155.17 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 203 | 0.80 | 0 | 0.00 | 0.2 | 179.63 | 0.67 | 0.48 |
| Hex | 28 | CC | CB | 50 | 0 | 0 | 14 | B4 | 43 | 30 |
| Octal | 50 | 314 | 313 | 120 | 0 | 0 | 24 | 264 | 103 | 60 |
| Binary | 101000 | 11001100 | 11001011 | 1010000 | 0 | 0 | 10100 | 10110100 | 1000011 | 110000 |
Color Harmonies of #28CCCB
Complementary color
Monochromatic Colors of #28CCCB
Black with #28CCCB
Text Example
Text Example
White with #28CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CCCB; }
p { color: rgb(40,204,203); }
H1.HeaderClassName
{
color: #28CCCB;
}
.AnyTagClassName
{
color: #28CCCB;
}
</style>
background-color css
<style>
a { background-color: #28CCCB; }
a { background-color: rgb(40,204,203); }
div.DivClassName
{
background-color: #28CCCB;
}
.BgClassName
{
background-color: #28CCCB;
}
</style>
border-color css
<style>
span { border-color: #28CCCB; }
span { border-color: rgb(40,204,203); }
td.TdClassName
{
border-color: #28CCCB;
}
.TagClassName
{
border-color: #28CCCB;
}
</style>