Shades of Turquoise #28F7BD
Tints of Turquoise #28F7BD
RGB
CMYK
RGB Variations
Color information
#28F7BD (or 0x28F7BD) is known color: Turquoise. HEX triplet: 28, F7 and BD. RGB value is (40,247,189). Sum of RGB (Red+Green+Blue) = 40+247+189=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 247 (96.88% from 255 or 51.89% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 247 - color contains mainly: green. Hex color #28F7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F7BD is #D70842. Grayscale: #B2B2B2. Windows color (decimal): -14092355 or 12449576. OLE color: 12449576.
HSL color Cylindrical-coordinate representation of color #28F7BD: hue angle of 163.19º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F7BD is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 189 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.03 |
| HSL | 163.19º | 0.93% | 0.56% | - |
| HSV(B) | 163.19º | 0.84% | 0.97% | - |
| XYZ | 43.32 | 70.65 | 59.5 | - |
| YUV | 178.5 | 133.92 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 189 | 0.84 | 0 | 0.23 | 0.03 | 163.19 | 0.93 | 0.56 |
| Hex | 28 | F7 | BD | 54 | 0 | 17 | 3 | A3 | 5D | 38 |
| Octal | 50 | 367 | 275 | 124 | 0 | 27 | 3 | 243 | 135 | 70 |
| Binary | 101000 | 11110111 | 10111101 | 1010100 | 0 | 10111 | 11 | 10100011 | 1011101 | 111000 |
Color Harmonies of #28F7BD
Complementary color
Monochromatic Colors of #28F7BD
Black with #28F7BD
Text Example
Text Example
White with #28F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F7BD; }
p { color: rgb(40,247,189); }
H1.HeaderClassName
{
color: #28F7BD;
}
.AnyTagClassName
{
color: #28F7BD;
}
</style>
background-color css
<style>
a { background-color: #28F7BD; }
a { background-color: rgb(40,247,189); }
div.DivClassName
{
background-color: #28F7BD;
}
.BgClassName
{
background-color: #28F7BD;
}
</style>
border-color css
<style>
span { border-color: #28F7BD; }
span { border-color: rgb(40,247,189); }
td.TdClassName
{
border-color: #28F7BD;
}
.TagClassName
{
border-color: #28F7BD;
}
</style>