Shades of Turquoise #28F8BD
Tints of Turquoise #28F8BD
RGB
CMYK
RGB Variations
Color information
#28F8BD (or 0x28F8BD) is known color: Turquoise. HEX triplet: 28, F8 and BD. RGB value is (40,248,189). Sum of RGB (Red+Green+Blue) = 40+248+189=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8BD is #D70742. Grayscale: #B3B3B3. Windows color (decimal): -14092099 or 12449832. OLE color: 12449832.
HSL color Cylindrical-coordinate representation of color #28F8BD: hue angle of 162.98º 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 #28F8BD is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 189 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.03 |
| HSL | 162.98º | 0.94% | 0.56% | - |
| HSV(B) | 162.98º | 0.84% | 0.97% | - |
| XYZ | 43.63 | 71.26 | 59.6 | - |
| YUV | 179.08 | 133.59 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 189 | 0.84 | 0 | 0.24 | 0.03 | 162.98 | 0.94 | 0.56 |
| Hex | 28 | F8 | BD | 54 | 0 | 18 | 3 | A3 | 5E | 38 |
| Octal | 50 | 370 | 275 | 124 | 0 | 30 | 3 | 243 | 136 | 70 |
| Binary | 101000 | 11111000 | 10111101 | 1010100 | 0 | 11000 | 11 | 10100011 | 1011110 | 111000 |
Color Harmonies of #28F8BD
Complementary color
Monochromatic Colors of #28F8BD
Black with #28F8BD
Text Example
Text Example
White with #28F8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F8BD; }
p { color: rgb(40,248,189); }
H1.HeaderClassName
{
color: #28F8BD;
}
.AnyTagClassName
{
color: #28F8BD;
}
</style>
background-color css
<style>
a { background-color: #28F8BD; }
a { background-color: rgb(40,248,189); }
div.DivClassName
{
background-color: #28F8BD;
}
.BgClassName
{
background-color: #28F8BD;
}
</style>
border-color css
<style>
span { border-color: #28F8BD; }
span { border-color: rgb(40,248,189); }
td.TdClassName
{
border-color: #28F8BD;
}
.TagClassName
{
border-color: #28F8BD;
}
</style>