Shades of Turquoise #28FDCE
Tints of Turquoise #28FDCE
RGB
CMYK
RGB Variations
Color information
#28FDCE (or 0x28FDCE) is known color: Turquoise. HEX triplet: 28, FD and CE. RGB value is (40,253,206). Sum of RGB (Red+Green+Blue) = 40+253+206=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FDCE is #D70231. Grayscale: #B7B7B7. Windows color (decimal): -14090802 or 13565224. OLE color: 13565224.
HSL color Cylindrical-coordinate representation of color #28FDCE: hue angle of 166.76º 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 #28FDCE is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 206 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.01 |
| HSL | 166.76º | 0.98% | 0.57% | - |
| HSV(B) | 166.76º | 0.84% | 0.99% | - |
| XYZ | 47.14 | 75.16 | 70.41 | - |
| YUV | 183.96 | 140.43 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 206 | 0.84 | 0 | 0.19 | 0.01 | 166.76 | 0.98 | 0.57 |
| Hex | 28 | FD | CE | 54 | 0 | 13 | 1 | A7 | 62 | 39 |
| Octal | 50 | 375 | 316 | 124 | 0 | 23 | 1 | 247 | 142 | 71 |
| Binary | 101000 | 11111101 | 11001110 | 1010100 | 0 | 10011 | 1 | 10100111 | 1100010 | 111001 |
Color Harmonies of #28FDCE
Complementary color
Monochromatic Colors of #28FDCE
Black with #28FDCE
Text Example
Text Example
White with #28FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FDCE; }
p { color: rgb(40,253,206); }
H1.HeaderClassName
{
color: #28FDCE;
}
.AnyTagClassName
{
color: #28FDCE;
}
</style>
background-color css
<style>
a { background-color: #28FDCE; }
a { background-color: rgb(40,253,206); }
div.DivClassName
{
background-color: #28FDCE;
}
.BgClassName
{
background-color: #28FDCE;
}
</style>
border-color css
<style>
span { border-color: #28FDCE; }
span { border-color: rgb(40,253,206); }
td.TdClassName
{
border-color: #28FDCE;
}
.TagClassName
{
border-color: #28FDCE;
}
</style>