Shades of Turquoise #28FDCD
Tints of Turquoise #28FDCD
RGB
CMYK
RGB Variations
Color information
#28FDCD (or 0x28FDCD) is known color: Turquoise. HEX triplet: 28, FD and CD. RGB value is (40,253,205). Sum of RGB (Red+Green+Blue) = 40+253+205=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FDCD is #D70232. Grayscale: #B7B7B7. Windows color (decimal): -14090803 or 13499688. OLE color: 13499688.
HSL color Cylindrical-coordinate representation of color #28FDCD: hue angle of 166.48º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FDCD is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 205 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.01 |
| HSL | 166.48º | 0.98% | 0.57% | - |
| HSV(B) | 166.48º | 0.84% | 0.99% | - |
| XYZ | 47.02 | 75.11 | 69.78 | - |
| YUV | 183.84 | 139.93 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 205 | 0.84 | 0 | 0.19 | 0.01 | 166.48 | 0.98 | 0.57 |
| Hex | 28 | FD | CD | 54 | 0 | 13 | 1 | A6 | 62 | 39 |
| Octal | 50 | 375 | 315 | 124 | 0 | 23 | 1 | 246 | 142 | 71 |
| Binary | 101000 | 11111101 | 11001101 | 1010100 | 0 | 10011 | 1 | 10100110 | 1100010 | 111001 |
Color Harmonies of #28FDCD
Complementary color
Monochromatic Colors of #28FDCD
Black with #28FDCD
Text Example
Text Example
White with #28FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDCD; }
p { color: rgb(40,253,205); }
H1.HeaderClassName
{
color: #28FDCD;
}
.AnyTagClassName
{
color: #28FDCD;
}
</style>
background-color css
<style>
a { background-color: #28FDCD; }
a { background-color: rgb(40,253,205); }
div.DivClassName
{
background-color: #28FDCD;
}
.BgClassName
{
background-color: #28FDCD;
}
</style>
border-color css
<style>
span { border-color: #28FDCD; }
span { border-color: rgb(40,253,205); }
td.TdClassName
{
border-color: #28FDCD;
}
.TagClassName
{
border-color: #28FDCD;
}
</style>