Shades of Turquoise #28FBBC
Tints of Turquoise #28FBBC
RGB
CMYK
RGB Variations
Color information
#28FBBC (or 0x28FBBC) is known color: Turquoise. HEX triplet: 28, FB and BC. RGB value is (40,251,188). Sum of RGB (Red+Green+Blue) = 40+251+188=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBBC is #D70443. Grayscale: #B4B4B4. Windows color (decimal): -14091332 or 12385064. OLE color: 12385064.
HSL color Cylindrical-coordinate representation of color #28FBBC: hue angle of 162.09º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FBBC is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 188 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.02 |
| HSL | 162.09º | 0.96% | 0.57% | - |
| HSV(B) | 162.09º | 0.84% | 0.98% | - |
| XYZ | 44.45 | 73.08 | 59.34 | - |
| YUV | 180.73 | 132.1 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 188 | 0.84 | 0 | 0.25 | 0.02 | 162.09 | 0.96 | 0.57 |
| Hex | 28 | FB | BC | 54 | 0 | 19 | 2 | A2 | 60 | 39 |
| Octal | 50 | 373 | 274 | 124 | 0 | 31 | 2 | 242 | 140 | 71 |
| Binary | 101000 | 11111011 | 10111100 | 1010100 | 0 | 11001 | 10 | 10100010 | 1100000 | 111001 |
Color Harmonies of #28FBBC
Complementary color
Monochromatic Colors of #28FBBC
Black with #28FBBC
Text Example
Text Example
White with #28FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FBBC; }
p { color: rgb(40,251,188); }
H1.HeaderClassName
{
color: #28FBBC;
}
.AnyTagClassName
{
color: #28FBBC;
}
</style>
background-color css
<style>
a { background-color: #28FBBC; }
a { background-color: rgb(40,251,188); }
div.DivClassName
{
background-color: #28FBBC;
}
.BgClassName
{
background-color: #28FBBC;
}
</style>
border-color css
<style>
span { border-color: #28FBBC; }
span { border-color: rgb(40,251,188); }
td.TdClassName
{
border-color: #28FBBC;
}
.TagClassName
{
border-color: #28FBBC;
}
</style>