Shades of Bright Turquoise #28F2F7
Tints of Bright Turquoise #28F2F7
RGB
CMYK
RGB Variations
Color information
#28F2F7 (or 0x28F2F7) is known color: Bright Turquoise. HEX triplet: 28, F2 and F7. RGB value is (40,242,247). Sum of RGB (Red+Green+Blue) = 40+242+247=529 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.56% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #28F2F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F2F7 is #D70D08. Grayscale: #B5B5B5. Windows color (decimal): -14093577 or 16249384. OLE color: 16249384.
HSL color Cylindrical-coordinate representation of color #28F2F7: hue angle of 181.45º 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 #28F2F7 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 242 | 247 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.03 |
| HSL | 181.45º | 0.93% | 0.56% | - |
| HSV(B) | 181.45º | 0.84% | 0.97% | - |
| XYZ | 49.42 | 70.67 | 99.03 | - |
| YUV | 182.17 | 164.58 | 26.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 247 | 0.84 | 0.02 | 0 | 0.03 | 181.45 | 0.93 | 0.56 |
| Hex | 28 | F2 | F7 | 54 | 2 | 0 | 3 | B5 | 5D | 38 |
| Octal | 50 | 362 | 367 | 124 | 2 | 0 | 3 | 265 | 135 | 70 |
| Binary | 101000 | 11110010 | 11110111 | 1010100 | 10 | 0 | 11 | 10110101 | 1011101 | 111000 |
Color Harmonies of #28F2F7
Complementary color
Monochromatic Colors of #28F2F7
Black with #28F2F7
Text Example
Text Example
White with #28F2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2F7; }
p { color: rgb(40,242,247); }
H1.HeaderClassName
{
color: #28F2F7;
}
.AnyTagClassName
{
color: #28F2F7;
}
</style>
background-color css
<style>
a { background-color: #28F2F7; }
a { background-color: rgb(40,242,247); }
div.DivClassName
{
background-color: #28F2F7;
}
.BgClassName
{
background-color: #28F2F7;
}
</style>
border-color css
<style>
span { border-color: #28F2F7; }
span { border-color: rgb(40,242,247); }
td.TdClassName
{
border-color: #28F2F7;
}
.TagClassName
{
border-color: #28F2F7;
}
</style>