Shades of Turquoise #28F5CE
Tints of Turquoise #28F5CE
RGB
CMYK
RGB Variations
Color information
#28F5CE (or 0x28F5CE) is known color: Turquoise. HEX triplet: 28, F5 and CE. RGB value is (40,245,206). Sum of RGB (Red+Green+Blue) = 40+245+206=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #28F5CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F5CE is #D70A31. Grayscale: #B3B3B3. Windows color (decimal): -14092850 or 13563176. OLE color: 13563176.
HSL color Cylindrical-coordinate representation of color #28F5CE: hue angle of 168.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F5CE is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 245 | 206 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.04 |
| HSL | 168.59º | 0.91% | 0.56% | - |
| HSV(B) | 168.59º | 0.84% | 0.96% | - |
| XYZ | 44.67 | 70.21 | 69.59 | - |
| YUV | 179.26 | 143.08 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 245 | 206 | 0.84 | 0 | 0.16 | 0.04 | 168.59 | 0.91 | 0.56 |
| Hex | 28 | F5 | CE | 54 | 0 | 10 | 4 | A9 | 5B | 38 |
| Octal | 50 | 365 | 316 | 124 | 0 | 20 | 4 | 251 | 133 | 70 |
| Binary | 101000 | 11110101 | 11001110 | 1010100 | 0 | 10000 | 100 | 10101001 | 1011011 | 111000 |
Color Harmonies of #28F5CE
Complementary color
Monochromatic Colors of #28F5CE
Black with #28F5CE
Text Example
Text Example
White with #28F5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F5CE; }
p { color: rgb(40,245,206); }
H1.HeaderClassName
{
color: #28F5CE;
}
.AnyTagClassName
{
color: #28F5CE;
}
</style>
background-color css
<style>
a { background-color: #28F5CE; }
a { background-color: rgb(40,245,206); }
div.DivClassName
{
background-color: #28F5CE;
}
.BgClassName
{
background-color: #28F5CE;
}
</style>
border-color css
<style>
span { border-color: #28F5CE; }
span { border-color: rgb(40,245,206); }
td.TdClassName
{
border-color: #28F5CE;
}
.TagClassName
{
border-color: #28F5CE;
}
</style>