Shades of Turquoise #28FCC8
Tints of Turquoise #28FCC8
RGB
CMYK
RGB Variations
Color information
#28FCC8 (or 0x28FCC8) is known color: Turquoise. HEX triplet: 28, FC and C8. RGB value is (40,252,200). Sum of RGB (Red+Green+Blue) = 40+252+200=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCC8 is #D70337. Grayscale: #B6B6B6. Windows color (decimal): -14091064 or 13171752. OLE color: 13171752.
HSL color Cylindrical-coordinate representation of color #28FCC8: hue angle of 165.28º degrees, saturation: 0.97, 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 #28FCC8 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 200 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.01 |
| HSL | 165.28º | 0.97% | 0.57% | - |
| HSV(B) | 165.28º | 0.84% | 0.99% | - |
| XYZ | 46.11 | 74.24 | 66.54 | - |
| YUV | 182.68 | 137.76 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 200 | 0.84 | 0 | 0.21 | 0.01 | 165.28 | 0.97 | 0.57 |
| Hex | 28 | FC | C8 | 54 | 0 | 15 | 1 | A5 | 61 | 39 |
| Octal | 50 | 374 | 310 | 124 | 0 | 25 | 1 | 245 | 141 | 71 |
| Binary | 101000 | 11111100 | 11001000 | 1010100 | 0 | 10101 | 1 | 10100101 | 1100001 | 111001 |
Color Harmonies of #28FCC8
Complementary color
Monochromatic Colors of #28FCC8
Black with #28FCC8
Text Example
Text Example
White with #28FCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCC8; }
p { color: rgb(40,252,200); }
H1.HeaderClassName
{
color: #28FCC8;
}
.AnyTagClassName
{
color: #28FCC8;
}
</style>
background-color css
<style>
a { background-color: #28FCC8; }
a { background-color: rgb(40,252,200); }
div.DivClassName
{
background-color: #28FCC8;
}
.BgClassName
{
background-color: #28FCC8;
}
</style>
border-color css
<style>
span { border-color: #28FCC8; }
span { border-color: rgb(40,252,200); }
td.TdClassName
{
border-color: #28FCC8;
}
.TagClassName
{
border-color: #28FCC8;
}
</style>