Shades of Turquoise #28FFBD
Tints of Turquoise #28FFBD
RGB
CMYK
RGB Variations
Color information
#28FFBD (or 0x28FFBD) is known color: Turquoise. HEX triplet: 28, FF and BD. RGB value is (40,255,189). Sum of RGB (Red+Green+Blue) = 40+255+189=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFBD is #D70042. Grayscale: #B7B7B7. Windows color (decimal): -14090307 or 12451624. OLE color: 12451624.
HSL color Cylindrical-coordinate representation of color #28FFBD: hue angle of 161.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFBD is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 189 | - |
| CMYK | 0.84 | 0 | 0.26 | 0 |
| HSL | 161.58º | 1% | 0.58% | - |
| HSV(B) | 161.58º | 0.84% | 1% | - |
| XYZ | 45.82 | 75.65 | 60.33 | - |
| YUV | 183.19 | 131.27 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 189 | 0.84 | 0 | 0.26 | 0 | 161.58 | 1 | 0.58 |
| Hex | 28 | FF | BD | 54 | 0 | 1A | 0 | A2 | 64 | 3A |
| Octal | 50 | 377 | 275 | 124 | 0 | 32 | 0 | 242 | 144 | 72 |
| Binary | 101000 | 11111111 | 10111101 | 1010100 | 0 | 11010 | 0 | 10100010 | 1100100 | 111010 |
Color Harmonies of #28FFBD
Complementary color
Monochromatic Colors of #28FFBD
Black with #28FFBD
Text Example
Text Example
White with #28FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFBD; }
p { color: rgb(40,255,189); }
H1.HeaderClassName
{
color: #28FFBD;
}
.AnyTagClassName
{
color: #28FFBD;
}
</style>
background-color css
<style>
a { background-color: #28FFBD; }
a { background-color: rgb(40,255,189); }
div.DivClassName
{
background-color: #28FFBD;
}
.BgClassName
{
background-color: #28FFBD;
}
</style>
border-color css
<style>
span { border-color: #28FFBD; }
span { border-color: rgb(40,255,189); }
td.TdClassName
{
border-color: #28FFBD;
}
.TagClassName
{
border-color: #28FFBD;
}
</style>