Shades of Turquoise #28CDD7
Tints of Turquoise #28CDD7
RGB
CMYK
RGB Variations
Color information
#28CDD7 (or 0x28CDD7) is known color: Turquoise. HEX triplet: 28, CD and D7. RGB value is (40,205,215). Sum of RGB (Red+Green+Blue) = 40+205+215=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #28CDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDD7 is #D73228. Grayscale: #9C9C9C. Windows color (decimal): -14103081 or 14142760. OLE color: 14142760.
HSL color Cylindrical-coordinate representation of color #28CDD7: hue angle of 183.43º degrees, saturation: 0.69, 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 #28CDD7 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 205 | 215 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.16 |
| HSL | 183.43º | 0.69% | 0.5% | - |
| HSV(B) | 183.43º | 0.81% | 0.84% | - |
| XYZ | 34.97 | 49.02 | 71.91 | - |
| YUV | 156.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 215 | 0.81 | 0.05 | 0 | 0.16 | 183.43 | 0.69 | 0.5 |
| Hex | 28 | CD | D7 | 51 | 5 | 0 | 10 | B7 | 45 | 32 |
| Octal | 50 | 315 | 327 | 121 | 5 | 0 | 20 | 267 | 105 | 62 |
| Binary | 101000 | 11001101 | 11010111 | 1010001 | 101 | 0 | 10000 | 10110111 | 1000101 | 110010 |
Color Harmonies of #28CDD7
Complementary color
Monochromatic Colors of #28CDD7
Black with #28CDD7
Text Example
Text Example
White with #28CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDD7; }
p { color: rgb(40,205,215); }
H1.HeaderClassName
{
color: #28CDD7;
}
.AnyTagClassName
{
color: #28CDD7;
}
</style>
background-color css
<style>
a { background-color: #28CDD7; }
a { background-color: rgb(40,205,215); }
div.DivClassName
{
background-color: #28CDD7;
}
.BgClassName
{
background-color: #28CDD7;
}
</style>
border-color css
<style>
span { border-color: #28CDD7; }
span { border-color: rgb(40,205,215); }
td.TdClassName
{
border-color: #28CDD7;
}
.TagClassName
{
border-color: #28CDD7;
}
</style>