Shades of Turquoise #28FDC9
Tints of Turquoise #28FDC9
RGB
CMYK
RGB Variations
Color information
#28FDC9 (or 0x28FDC9) is known color: Turquoise. HEX triplet: 28, FD and C9. RGB value is (40,253,201). Sum of RGB (Red+Green+Blue) = 40+253+201=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FDC9 is #D70236. Grayscale: #B7B7B7. Windows color (decimal): -14090807 or 13237544. OLE color: 13237544.
HSL color Cylindrical-coordinate representation of color #28FDC9: hue angle of 165.35º 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 #28FDC9 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 201 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.01 |
| HSL | 165.35º | 0.98% | 0.57% | - |
| HSV(B) | 165.35º | 0.84% | 0.99% | - |
| XYZ | 46.54 | 74.92 | 67.27 | - |
| YUV | 183.39 | 137.93 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 201 | 0.84 | 0 | 0.21 | 0.01 | 165.35 | 0.98 | 0.57 |
| Hex | 28 | FD | C9 | 54 | 0 | 15 | 1 | A5 | 62 | 39 |
| Octal | 50 | 375 | 311 | 124 | 0 | 25 | 1 | 245 | 142 | 71 |
| Binary | 101000 | 11111101 | 11001001 | 1010100 | 0 | 10101 | 1 | 10100101 | 1100010 | 111001 |
Color Harmonies of #28FDC9
Complementary color
Monochromatic Colors of #28FDC9
Black with #28FDC9
Text Example
Text Example
White with #28FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDC9; }
p { color: rgb(40,253,201); }
H1.HeaderClassName
{
color: #28FDC9;
}
.AnyTagClassName
{
color: #28FDC9;
}
</style>
background-color css
<style>
a { background-color: #28FDC9; }
a { background-color: rgb(40,253,201); }
div.DivClassName
{
background-color: #28FDC9;
}
.BgClassName
{
background-color: #28FDC9;
}
</style>
border-color css
<style>
span { border-color: #28FDC9; }
span { border-color: rgb(40,253,201); }
td.TdClassName
{
border-color: #28FDC9;
}
.TagClassName
{
border-color: #28FDC9;
}
</style>