Shades of Turquoise #28FCBD
Tints of Turquoise #28FCBD
RGB
CMYK
RGB Variations
Color information
#28FCBD (or 0x28FCBD) is known color: Turquoise. HEX triplet: 28, FC and BD. RGB value is (40,252,189). Sum of RGB (Red+Green+Blue) = 40+252+189=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCBD is #D70342. Grayscale: #B5B5B5. Windows color (decimal): -14091075 or 12450856. OLE color: 12450856.
HSL color Cylindrical-coordinate representation of color #28FCBD: hue angle of 162.17º degrees, saturation: 0.97, 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 #28FCBD is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 189 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.01 |
| HSL | 162.17º | 0.97% | 0.57% | - |
| HSV(B) | 162.17º | 0.84% | 0.99% | - |
| XYZ | 44.87 | 73.75 | 60.01 | - |
| YUV | 181.43 | 132.26 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 189 | 0.84 | 0 | 0.25 | 0.01 | 162.17 | 0.97 | 0.57 |
| Hex | 28 | FC | BD | 54 | 0 | 19 | 1 | A2 | 61 | 39 |
| Octal | 50 | 374 | 275 | 124 | 0 | 31 | 1 | 242 | 141 | 71 |
| Binary | 101000 | 11111100 | 10111101 | 1010100 | 0 | 11001 | 1 | 10100010 | 1100001 | 111001 |
Color Harmonies of #28FCBD
Complementary color
Monochromatic Colors of #28FCBD
Black with #28FCBD
Text Example
Text Example
White with #28FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCBD; }
p { color: rgb(40,252,189); }
H1.HeaderClassName
{
color: #28FCBD;
}
.AnyTagClassName
{
color: #28FCBD;
}
</style>
background-color css
<style>
a { background-color: #28FCBD; }
a { background-color: rgb(40,252,189); }
div.DivClassName
{
background-color: #28FCBD;
}
.BgClassName
{
background-color: #28FCBD;
}
</style>
border-color css
<style>
span { border-color: #28FCBD; }
span { border-color: rgb(40,252,189); }
td.TdClassName
{
border-color: #28FCBD;
}
.TagClassName
{
border-color: #28FCBD;
}
</style>