Shades of Turquoise #28F4BC
Tints of Turquoise #28F4BC
RGB
CMYK
RGB Variations
Color information
#28F4BC (or 0x28F4BC) is known color: Turquoise. HEX triplet: 28, F4 and BC. RGB value is (40,244,188). Sum of RGB (Red+Green+Blue) = 40+244+188=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #28F4BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F4BC is #D70B43. Grayscale: #B0B0B0. Windows color (decimal): -14093124 or 12383272. OLE color: 12383272.
HSL color Cylindrical-coordinate representation of color #28F4BC: hue angle of 163.53º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F4BC is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 188 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.04 |
| HSL | 163.53º | 0.9% | 0.56% | - |
| HSV(B) | 163.53º | 0.84% | 0.96% | - |
| XYZ | 42.3 | 68.78 | 58.62 | - |
| YUV | 176.62 | 134.41 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 188 | 0.84 | 0 | 0.23 | 0.04 | 163.53 | 0.9 | 0.56 |
| Hex | 28 | F4 | BC | 54 | 0 | 17 | 4 | A4 | 5A | 38 |
| Octal | 50 | 364 | 274 | 124 | 0 | 27 | 4 | 244 | 132 | 70 |
| Binary | 101000 | 11110100 | 10111100 | 1010100 | 0 | 10111 | 100 | 10100100 | 1011010 | 111000 |
Color Harmonies of #28F4BC
Complementary color
Monochromatic Colors of #28F4BC
Black with #28F4BC
Text Example
Text Example
White with #28F4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F4BC; }
p { color: rgb(40,244,188); }
H1.HeaderClassName
{
color: #28F4BC;
}
.AnyTagClassName
{
color: #28F4BC;
}
</style>
background-color css
<style>
a { background-color: #28F4BC; }
a { background-color: rgb(40,244,188); }
div.DivClassName
{
background-color: #28F4BC;
}
.BgClassName
{
background-color: #28F4BC;
}
</style>
border-color css
<style>
span { border-color: #28F4BC; }
span { border-color: rgb(40,244,188); }
td.TdClassName
{
border-color: #28F4BC;
}
.TagClassName
{
border-color: #28F4BC;
}
</style>