Shades of Bright Turquoise #28EBF1
Tints of Bright Turquoise #28EBF1
RGB
CMYK
RGB Variations
Color information
#28EBF1 (or 0x28EBF1) is known color: Bright Turquoise. HEX triplet: 28, EB and F1. RGB value is (40,235,241). Sum of RGB (Red+Green+Blue) = 40+235+241=516 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.75% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #28EBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EBF1 is #D7140E. Grayscale: #B1B1B1. Windows color (decimal): -14095375 or 15854376. OLE color: 15854376.
HSL color Cylindrical-coordinate representation of color #28EBF1: hue angle of 181.79º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBF1 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 235 | 241 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.05 |
| HSL | 181.79º | 0.88% | 0.55% | - |
| HSV(B) | 181.79º | 0.83% | 0.95% | - |
| XYZ | 46.46 | 66.22 | 93.55 | - |
| YUV | 177.38 | 163.9 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 241 | 0.83 | 0.02 | 0 | 0.05 | 181.79 | 0.88 | 0.55 |
| Hex | 28 | EB | F1 | 53 | 2 | 0 | 5 | B6 | 58 | 37 |
| Octal | 50 | 353 | 361 | 123 | 2 | 0 | 5 | 266 | 130 | 67 |
| Binary | 101000 | 11101011 | 11110001 | 1010011 | 10 | 0 | 101 | 10110110 | 1011000 | 110111 |
Color Harmonies of #28EBF1
Complementary color
Monochromatic Colors of #28EBF1
Black with #28EBF1
Text Example
Text Example
White with #28EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBF1; }
p { color: rgb(40,235,241); }
H1.HeaderClassName
{
color: #28EBF1;
}
.AnyTagClassName
{
color: #28EBF1;
}
</style>
background-color css
<style>
a { background-color: #28EBF1; }
a { background-color: rgb(40,235,241); }
div.DivClassName
{
background-color: #28EBF1;
}
.BgClassName
{
background-color: #28EBF1;
}
</style>
border-color css
<style>
span { border-color: #28EBF1; }
span { border-color: rgb(40,235,241); }
td.TdClassName
{
border-color: #28EBF1;
}
.TagClassName
{
border-color: #28EBF1;
}
</style>