Shades of Turquoise #28F9BC
Tints of Turquoise #28F9BC
RGB
CMYK
RGB Variations
Color information
#28F9BC (or 0x28F9BC) is known color: Turquoise. HEX triplet: 28, F9 and BC. RGB value is (40,249,188). Sum of RGB (Red+Green+Blue) = 40+249+188=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F9BC is #D70643. Grayscale: #B3B3B3. Windows color (decimal): -14091844 or 12384552. OLE color: 12384552.
HSL color Cylindrical-coordinate representation of color #28F9BC: hue angle of 162.49º degrees, saturation: 0.95, 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 #28F9BC is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 188 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.02 |
| HSL | 162.49º | 0.95% | 0.57% | - |
| HSV(B) | 162.49º | 0.84% | 0.98% | - |
| XYZ | 43.83 | 71.83 | 59.13 | - |
| YUV | 179.56 | 132.76 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 188 | 0.84 | 0 | 0.24 | 0.02 | 162.49 | 0.95 | 0.57 |
| Hex | 28 | F9 | BC | 54 | 0 | 18 | 2 | A2 | 5F | 39 |
| Octal | 50 | 371 | 274 | 124 | 0 | 30 | 2 | 242 | 137 | 71 |
| Binary | 101000 | 11111001 | 10111100 | 1010100 | 0 | 11000 | 10 | 10100010 | 1011111 | 111001 |
Color Harmonies of #28F9BC
Complementary color
Monochromatic Colors of #28F9BC
Black with #28F9BC
Text Example
Text Example
White with #28F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F9BC; }
p { color: rgb(40,249,188); }
H1.HeaderClassName
{
color: #28F9BC;
}
.AnyTagClassName
{
color: #28F9BC;
}
</style>
background-color css
<style>
a { background-color: #28F9BC; }
a { background-color: rgb(40,249,188); }
div.DivClassName
{
background-color: #28F9BC;
}
.BgClassName
{
background-color: #28F9BC;
}
</style>
border-color css
<style>
span { border-color: #28F9BC; }
span { border-color: rgb(40,249,188); }
td.TdClassName
{
border-color: #28F9BC;
}
.TagClassName
{
border-color: #28F9BC;
}
</style>