Shades of Turquoise #28FCCE
Tints of Turquoise #28FCCE
RGB
CMYK
RGB Variations
Color information
#28FCCE (or 0x28FCCE) is known color: Turquoise. HEX triplet: 28, FC and CE. RGB value is (40,252,206). Sum of RGB (Red+Green+Blue) = 40+252+206=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCCE is #D70331. Grayscale: #B7B7B7. Windows color (decimal): -14091058 or 13564968. OLE color: 13564968.
HSL color Cylindrical-coordinate representation of color #28FCCE: hue angle of 166.98º 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 #28FCCE is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 206 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.01 |
| HSL | 166.98º | 0.97% | 0.57% | - |
| HSV(B) | 166.98º | 0.84% | 0.99% | - |
| XYZ | 46.83 | 74.53 | 70.31 | - |
| YUV | 183.37 | 140.76 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 206 | 0.84 | 0 | 0.18 | 0.01 | 166.98 | 0.97 | 0.57 |
| Hex | 28 | FC | CE | 54 | 0 | 12 | 1 | A7 | 61 | 39 |
| Octal | 50 | 374 | 316 | 124 | 0 | 22 | 1 | 247 | 141 | 71 |
| Binary | 101000 | 11111100 | 11001110 | 1010100 | 0 | 10010 | 1 | 10100111 | 1100001 | 111001 |
Color Harmonies of #28FCCE
Complementary color
Monochromatic Colors of #28FCCE
Black with #28FCCE
Text Example
Text Example
White with #28FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCCE; }
p { color: rgb(40,252,206); }
H1.HeaderClassName
{
color: #28FCCE;
}
.AnyTagClassName
{
color: #28FCCE;
}
</style>
background-color css
<style>
a { background-color: #28FCCE; }
a { background-color: rgb(40,252,206); }
div.DivClassName
{
background-color: #28FCCE;
}
.BgClassName
{
background-color: #28FCCE;
}
</style>
border-color css
<style>
span { border-color: #28FCCE; }
span { border-color: rgb(40,252,206); }
td.TdClassName
{
border-color: #28FCCE;
}
.TagClassName
{
border-color: #28FCCE;
}
</style>