Shades of Bright Turquoise #28F5F1
Tints of Bright Turquoise #28F5F1
RGB
CMYK
RGB Variations
Color information
#28F5F1 (or 0x28F5F1) is known color: Bright Turquoise. HEX triplet: 28, F5 and F1. RGB value is (40,245,241). Sum of RGB (Red+Green+Blue) = 40+245+241=526 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.60% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #28F5F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F5F1 is #D70A0E. Grayscale: #B7B7B7. Windows color (decimal): -14092815 or 15856936. OLE color: 15856936.
HSL color Cylindrical-coordinate representation of color #28F5F1: hue angle of 178.83º degrees, saturation: 0.91, 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 #28F5F1 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 245 | 241 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.04 |
| HSL | 178.83º | 0.91% | 0.56% | - |
| HSV(B) | 178.83º | 0.84% | 0.96% | - |
| XYZ | 49.4 | 72.11 | 94.53 | - |
| YUV | 183.25 | 160.58 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 245 | 241 | 0.84 | 0 | 0.02 | 0.04 | 178.83 | 0.91 | 0.56 |
| Hex | 28 | F5 | F1 | 54 | 0 | 2 | 4 | B3 | 5B | 38 |
| Octal | 50 | 365 | 361 | 124 | 0 | 2 | 4 | 263 | 133 | 70 |
| Binary | 101000 | 11110101 | 11110001 | 1010100 | 0 | 10 | 100 | 10110011 | 1011011 | 111000 |
Color Harmonies of #28F5F1
Complementary color
Monochromatic Colors of #28F5F1
Black with #28F5F1
Text Example
Text Example
White with #28F5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F5F1; }
p { color: rgb(40,245,241); }
H1.HeaderClassName
{
color: #28F5F1;
}
.AnyTagClassName
{
color: #28F5F1;
}
</style>
background-color css
<style>
a { background-color: #28F5F1; }
a { background-color: rgb(40,245,241); }
div.DivClassName
{
background-color: #28F5F1;
}
.BgClassName
{
background-color: #28F5F1;
}
</style>
border-color css
<style>
span { border-color: #28F5F1; }
span { border-color: rgb(40,245,241); }
td.TdClassName
{
border-color: #28F5F1;
}
.TagClassName
{
border-color: #28F5F1;
}
</style>