Shades of Medium Turquoise #28C5CC
Tints of Medium Turquoise #28C5CC
RGB
CMYK
RGB Variations
Color information
#28C5CC (or 0x28C5CC) is known color: Medium Turquoise. HEX triplet: 28, C5 and CC. RGB value is (40,197,204). Sum of RGB (Red+Green+Blue) = 40+197+204=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #28C5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C5CC is #D73A33. Grayscale: #969696. Windows color (decimal): -14105140 or 13419816. OLE color: 13419816.
HSL color Cylindrical-coordinate representation of color #28C5CC: hue angle of 182.56º 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 #28C5CC is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 197 | 204 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.2 |
| HSL | 182.56º | 0.67% | 0.48% | - |
| HSV(B) | 182.56º | 0.8% | 0.8% | - |
| XYZ | 31.74 | 44.74 | 64.09 | - |
| YUV | 150.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 204 | 0.80 | 0.03 | 0 | 0.2 | 182.56 | 0.67 | 0.48 |
| Hex | 28 | C5 | CC | 50 | 3 | 0 | 14 | B7 | 43 | 30 |
| Octal | 50 | 305 | 314 | 120 | 3 | 0 | 24 | 267 | 103 | 60 |
| Binary | 101000 | 11000101 | 11001100 | 1010000 | 11 | 0 | 10100 | 10110111 | 1000011 | 110000 |
Color Harmonies of #28C5CC
Complementary color
Monochromatic Colors of #28C5CC
Black with #28C5CC
Text Example
Text Example
White with #28C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C5CC; }
p { color: rgb(40,197,204); }
H1.HeaderClassName
{
color: #28C5CC;
}
.AnyTagClassName
{
color: #28C5CC;
}
</style>
background-color css
<style>
a { background-color: #28C5CC; }
a { background-color: rgb(40,197,204); }
div.DivClassName
{
background-color: #28C5CC;
}
.BgClassName
{
background-color: #28C5CC;
}
</style>
border-color css
<style>
span { border-color: #28C5CC; }
span { border-color: rgb(40,197,204); }
td.TdClassName
{
border-color: #28C5CC;
}
.TagClassName
{
border-color: #28C5CC;
}
</style>