Shades of Bright Turquoise #28EBFC
Tints of Bright Turquoise #28EBFC
RGB
CMYK
RGB Variations
Color information
#28EBFC (or 0x28EBFC) is known color: Bright Turquoise. HEX triplet: 28, EB and FC. RGB value is (40,235,252). Sum of RGB (Red+Green+Blue) = 40+235+252=527 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.59% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #28EBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EBFC is #D71403. Grayscale: #B2B2B2. Windows color (decimal): -14095364 or 16575272. OLE color: 16575272.
HSL color Cylindrical-coordinate representation of color #28EBFC: hue angle of 184.81º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28EBFC is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 235 | 252 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.01 |
| HSL | 184.81º | 0.97% | 0.57% | - |
| HSV(B) | 184.81º | 0.84% | 0.99% | - |
| XYZ | 48.15 | 66.9 | 102.47 | - |
| YUV | 178.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 252 | 0.84 | 0.07 | 0 | 0.01 | 184.81 | 0.97 | 0.57 |
| Hex | 28 | EB | FC | 54 | 7 | 0 | 1 | B9 | 61 | 39 |
| Octal | 50 | 353 | 374 | 124 | 7 | 0 | 1 | 271 | 141 | 71 |
| Binary | 101000 | 11101011 | 11111100 | 1010100 | 111 | 0 | 1 | 10111001 | 1100001 | 111001 |
Color Harmonies of #28EBFC
Complementary color
Monochromatic Colors of #28EBFC
Black with #28EBFC
Text Example
Text Example
White with #28EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBFC; }
p { color: rgb(40,235,252); }
H1.HeaderClassName
{
color: #28EBFC;
}
.AnyTagClassName
{
color: #28EBFC;
}
</style>
background-color css
<style>
a { background-color: #28EBFC; }
a { background-color: rgb(40,235,252); }
div.DivClassName
{
background-color: #28EBFC;
}
.BgClassName
{
background-color: #28EBFC;
}
</style>
border-color css
<style>
span { border-color: #28EBFC; }
span { border-color: rgb(40,235,252); }
td.TdClassName
{
border-color: #28EBFC;
}
.TagClassName
{
border-color: #28EBFC;
}
</style>