Shades of Turquoise #28CECD
Tints of Turquoise #28CECD
RGB
CMYK
RGB Variations
Color information
#28CECD (or 0x28CECD) is known color: Turquoise. HEX triplet: 28, CE and CD. RGB value is (40,206,205). Sum of RGB (Red+Green+Blue) = 40+206+205=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #28CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CECD is #D73132. Grayscale: #9C9C9C. Windows color (decimal): -14102835 or 13487656. OLE color: 13487656.
HSL color Cylindrical-coordinate representation of color #28CECD: hue angle of 179.64º 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 #28CECD is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 205 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.19 |
| HSL | 179.64º | 0.67% | 0.48% | - |
| HSV(B) | 179.64º | 0.81% | 0.81% | - |
| XYZ | 33.97 | 49 | 65.43 | - |
| YUV | 156.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 205 | 0.81 | 0 | 0.00 | 0.19 | 179.64 | 0.67 | 0.48 |
| Hex | 28 | CE | CD | 51 | 0 | 0 | 13 | B4 | 43 | 30 |
| Octal | 50 | 316 | 315 | 121 | 0 | 0 | 23 | 264 | 103 | 60 |
| Binary | 101000 | 11001110 | 11001101 | 1010001 | 0 | 0 | 10011 | 10110100 | 1000011 | 110000 |
Color Harmonies of #28CECD
Complementary color
Monochromatic Colors of #28CECD
Black with #28CECD
Text Example
Text Example
White with #28CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CECD; }
p { color: rgb(40,206,205); }
H1.HeaderClassName
{
color: #28CECD;
}
.AnyTagClassName
{
color: #28CECD;
}
</style>
background-color css
<style>
a { background-color: #28CECD; }
a { background-color: rgb(40,206,205); }
div.DivClassName
{
background-color: #28CECD;
}
.BgClassName
{
background-color: #28CECD;
}
</style>
border-color css
<style>
span { border-color: #28CECD; }
span { border-color: rgb(40,206,205); }
td.TdClassName
{
border-color: #28CECD;
}
.TagClassName
{
border-color: #28CECD;
}
</style>