Shades of Turquoise #28F8C5
Tints of Turquoise #28F8C5
RGB
CMYK
RGB Variations
Color information
#28F8C5 (or 0x28F8C5) is known color: Turquoise. HEX triplet: 28, F8 and C5. RGB value is (40,248,197). Sum of RGB (Red+Green+Blue) = 40+248+197=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8C5 is #D7073A. Grayscale: #B3B3B3. Windows color (decimal): -14092091 or 12974120. OLE color: 12974120.
HSL color Cylindrical-coordinate representation of color #28F8C5: hue angle of 165.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8C5 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 197 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.03 |
| HSL | 165.29º | 0.94% | 0.56% | - |
| HSV(B) | 165.29º | 0.84% | 0.97% | - |
| XYZ | 44.52 | 71.62 | 64.3 | - |
| YUV | 179.99 | 137.59 | 28.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 197 | 0.84 | 0 | 0.21 | 0.03 | 165.29 | 0.94 | 0.56 |
| Hex | 28 | F8 | C5 | 54 | 0 | 15 | 3 | A5 | 5E | 38 |
| Octal | 50 | 370 | 305 | 124 | 0 | 25 | 3 | 245 | 136 | 70 |
| Binary | 101000 | 11111000 | 11000101 | 1010100 | 0 | 10101 | 11 | 10100101 | 1011110 | 111000 |
Color Harmonies of #28F8C5
Complementary color
Monochromatic Colors of #28F8C5
Black with #28F8C5
Text Example
Text Example
White with #28F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F8C5; }
p { color: rgb(40,248,197); }
H1.HeaderClassName
{
color: #28F8C5;
}
.AnyTagClassName
{
color: #28F8C5;
}
</style>
background-color css
<style>
a { background-color: #28F8C5; }
a { background-color: rgb(40,248,197); }
div.DivClassName
{
background-color: #28F8C5;
}
.BgClassName
{
background-color: #28F8C5;
}
</style>
border-color css
<style>
span { border-color: #28F8C5; }
span { border-color: rgb(40,248,197); }
td.TdClassName
{
border-color: #28F8C5;
}
.TagClassName
{
border-color: #28F8C5;
}
</style>