Shades of Turquoise #28FCC0
Tints of Turquoise #28FCC0
RGB
CMYK
RGB Variations
Color information
#28FCC0 (or 0x28FCC0) is known color: Turquoise. HEX triplet: 28, FC and C0. RGB value is (40,252,192). Sum of RGB (Red+Green+Blue) = 40+252+192=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCC0 is #D7033F. Grayscale: #B5B5B5. Windows color (decimal): -14091072 or 12647464. OLE color: 12647464.
HSL color Cylindrical-coordinate representation of color #28FCC0: hue angle of 163.02º 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 #28FCC0 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 192 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.01 |
| HSL | 163.02º | 0.97% | 0.57% | - |
| HSV(B) | 163.02º | 0.84% | 0.99% | - |
| XYZ | 45.2 | 73.88 | 61.75 | - |
| YUV | 181.77 | 133.76 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 192 | 0.84 | 0 | 0.24 | 0.01 | 163.02 | 0.97 | 0.57 |
| Hex | 28 | FC | C0 | 54 | 0 | 18 | 1 | A3 | 61 | 39 |
| Octal | 50 | 374 | 300 | 124 | 0 | 30 | 1 | 243 | 141 | 71 |
| Binary | 101000 | 11111100 | 11000000 | 1010100 | 0 | 11000 | 1 | 10100011 | 1100001 | 111001 |
Color Harmonies of #28FCC0
Complementary color
Monochromatic Colors of #28FCC0
Black with #28FCC0
Text Example
Text Example
White with #28FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCC0; }
p { color: rgb(40,252,192); }
H1.HeaderClassName
{
color: #28FCC0;
}
.AnyTagClassName
{
color: #28FCC0;
}
</style>
background-color css
<style>
a { background-color: #28FCC0; }
a { background-color: rgb(40,252,192); }
div.DivClassName
{
background-color: #28FCC0;
}
.BgClassName
{
background-color: #28FCC0;
}
</style>
border-color css
<style>
span { border-color: #28FCC0; }
span { border-color: rgb(40,252,192); }
td.TdClassName
{
border-color: #28FCC0;
}
.TagClassName
{
border-color: #28FCC0;
}
</style>