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