Shades of Turquoise #28CDCC
Tints of Turquoise #28CDCC
RGB
CMYK
RGB Variations
Color information
#28CDCC (or 0x28CDCC) is known color: Turquoise. HEX triplet: 28, CD and CC. RGB value is (40,205,204). Sum of RGB (Red+Green+Blue) = 40+205+204=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDCC is #D73233. Grayscale: #9B9B9B. Windows color (decimal): -14103092 or 13421864. OLE color: 13421864.
HSL color Cylindrical-coordinate representation of color #28CDCC: hue angle of 179.64º 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 #28CDCC is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 204 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.20 |
| HSL | 179.64º | 0.67% | 0.48% | - |
| HSV(B) | 179.64º | 0.8% | 0.8% | - |
| XYZ | 33.61 | 48.47 | 64.71 | - |
| YUV | 155.55 | 155.34 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 204 | 0.80 | 0 | 0.00 | 0.20 | 179.64 | 0.67 | 0.48 |
| Hex | 28 | CD | CC | 50 | 0 | 0 | 14 | B4 | 43 | 30 |
| Octal | 50 | 315 | 314 | 120 | 0 | 0 | 24 | 264 | 103 | 60 |
| Binary | 101000 | 11001101 | 11001100 | 1010000 | 0 | 0 | 10100 | 10110100 | 1000011 | 110000 |
Color Harmonies of #28CDCC
Complementary color
Monochromatic Colors of #28CDCC
Black with #28CDCC
Text Example
Text Example
White with #28CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDCC; }
p { color: rgb(40,205,204); }
H1.HeaderClassName
{
color: #28CDCC;
}
.AnyTagClassName
{
color: #28CDCC;
}
</style>
background-color css
<style>
a { background-color: #28CDCC; }
a { background-color: rgb(40,205,204); }
div.DivClassName
{
background-color: #28CDCC;
}
.BgClassName
{
background-color: #28CDCC;
}
</style>
border-color css
<style>
span { border-color: #28CDCC; }
span { border-color: rgb(40,205,204); }
td.TdClassName
{
border-color: #28CDCC;
}
.TagClassName
{
border-color: #28CDCC;
}
</style>