Shades of Turquoise #28CDD5
Tints of Turquoise #28CDD5
RGB
CMYK
RGB Variations
Color information
#28CDD5 (or 0x28CDD5) is known color: Turquoise. HEX triplet: 28, CD and D5. RGB value is (40,205,213). Sum of RGB (Red+Green+Blue) = 40+205+213=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #28CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDD5 is #D7322A. Grayscale: #9C9C9C. Windows color (decimal): -14103083 or 14011688. OLE color: 14011688.
HSL color Cylindrical-coordinate representation of color #28CDD5: hue angle of 182.77º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CDD5 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 205 | 213 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.16 |
| HSL | 182.77º | 0.68% | 0.5% | - |
| HSV(B) | 182.77º | 0.81% | 0.84% | - |
| XYZ | 34.72 | 48.92 | 70.56 | - |
| YUV | 156.58 | 159.84 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 213 | 0.81 | 0.04 | 0 | 0.16 | 182.77 | 0.68 | 0.5 |
| Hex | 28 | CD | D5 | 51 | 4 | 0 | 10 | B7 | 44 | 32 |
| Octal | 50 | 315 | 325 | 121 | 4 | 0 | 20 | 267 | 104 | 62 |
| Binary | 101000 | 11001101 | 11010101 | 1010001 | 100 | 0 | 10000 | 10110111 | 1000100 | 110010 |
Color Harmonies of #28CDD5
Complementary color
Monochromatic Colors of #28CDD5
Black with #28CDD5
Text Example
Text Example
White with #28CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDD5; }
p { color: rgb(40,205,213); }
H1.HeaderClassName
{
color: #28CDD5;
}
.AnyTagClassName
{
color: #28CDD5;
}
</style>
background-color css
<style>
a { background-color: #28CDD5; }
a { background-color: rgb(40,205,213); }
div.DivClassName
{
background-color: #28CDD5;
}
.BgClassName
{
background-color: #28CDD5;
}
</style>
border-color css
<style>
span { border-color: #28CDD5; }
span { border-color: rgb(40,205,213); }
td.TdClassName
{
border-color: #28CDD5;
}
.TagClassName
{
border-color: #28CDD5;
}
</style>