Shades of Bright Turquoise #28EAFA
Tints of Bright Turquoise #28EAFA
RGB
CMYK
RGB Variations
Color information
#28EAFA (or 0x28EAFA) is known color: Bright Turquoise. HEX triplet: 28, EA and FA. RGB value is (40,234,250). Sum of RGB (Red+Green+Blue) = 40+234+250=524 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.63% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #28EAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EAFA is #D71505. Grayscale: #B1B1B1. Windows color (decimal): -14095622 or 16443944. OLE color: 16443944.
HSL color Cylindrical-coordinate representation of color #28EAFA: hue angle of 184.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28EAFA is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 234 | 250 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.02 |
| HSL | 184.57º | 0.95% | 0.57% | - |
| HSV(B) | 184.57º | 0.84% | 0.98% | - |
| XYZ | 47.55 | 66.2 | 100.71 | - |
| YUV | 177.82 | 168.73 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 250 | 0.84 | 0.06 | 0 | 0.02 | 184.57 | 0.95 | 0.57 |
| Hex | 28 | EA | FA | 54 | 6 | 0 | 2 | B9 | 5F | 39 |
| Octal | 50 | 352 | 372 | 124 | 6 | 0 | 2 | 271 | 137 | 71 |
| Binary | 101000 | 11101010 | 11111010 | 1010100 | 110 | 0 | 10 | 10111001 | 1011111 | 111001 |
Color Harmonies of #28EAFA
Complementary color
Monochromatic Colors of #28EAFA
Black with #28EAFA
Text Example
Text Example
White with #28EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAFA; }
p { color: rgb(40,234,250); }
H1.HeaderClassName
{
color: #28EAFA;
}
.AnyTagClassName
{
color: #28EAFA;
}
</style>
background-color css
<style>
a { background-color: #28EAFA; }
a { background-color: rgb(40,234,250); }
div.DivClassName
{
background-color: #28EAFA;
}
.BgClassName
{
background-color: #28EAFA;
}
</style>
border-color css
<style>
span { border-color: #28EAFA; }
span { border-color: rgb(40,234,250); }
td.TdClassName
{
border-color: #28EAFA;
}
.TagClassName
{
border-color: #28EAFA;
}
</style>