Shades of Bright Turquoise #28EAF5
Tints of Bright Turquoise #28EAF5
RGB
CMYK
RGB Variations
Color information
#28EAF5 (or 0x28EAF5) is known color: Bright Turquoise. HEX triplet: 28, EA and F5. RGB value is (40,234,245). Sum of RGB (Red+Green+Blue) = 40+234+245=519 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.71% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #28EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EAF5 is #D7150A. Grayscale: #B1B1B1. Windows color (decimal): -14095627 or 16116264. OLE color: 16116264.
HSL color Cylindrical-coordinate representation of color #28EAF5: hue angle of 183.22º 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 #28EAF5 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 234 | 245 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.04 |
| HSL | 183.22º | 0.91% | 0.56% | - |
| HSV(B) | 183.22º | 0.84% | 0.96% | - |
| XYZ | 46.78 | 65.89 | 96.64 | - |
| YUV | 177.25 | 166.23 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 245 | 0.84 | 0.04 | 0 | 0.04 | 183.22 | 0.91 | 0.56 |
| Hex | 28 | EA | F5 | 54 | 4 | 0 | 4 | B7 | 5B | 38 |
| Octal | 50 | 352 | 365 | 124 | 4 | 0 | 4 | 267 | 133 | 70 |
| Binary | 101000 | 11101010 | 11110101 | 1010100 | 100 | 0 | 100 | 10110111 | 1011011 | 111000 |
Color Harmonies of #28EAF5
Complementary color
Monochromatic Colors of #28EAF5
Black with #28EAF5
Text Example
Text Example
White with #28EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAF5; }
p { color: rgb(40,234,245); }
H1.HeaderClassName
{
color: #28EAF5;
}
.AnyTagClassName
{
color: #28EAF5;
}
</style>
background-color css
<style>
a { background-color: #28EAF5; }
a { background-color: rgb(40,234,245); }
div.DivClassName
{
background-color: #28EAF5;
}
.BgClassName
{
background-color: #28EAF5;
}
</style>
border-color css
<style>
span { border-color: #28EAF5; }
span { border-color: rgb(40,234,245); }
td.TdClassName
{
border-color: #28EAF5;
}
.TagClassName
{
border-color: #28EAF5;
}
</style>