Shades of Bright Turquoise #25E2FB
Tints of Bright Turquoise #25E2FB
RGB
CMYK
RGB Variations
Color information
#25E2FB (or 0x25E2FB) is known color: Bright Turquoise. HEX triplet: 25, E2 and FB. RGB value is (37,226,251). Sum of RGB (Red+Green+Blue) = 37+226+251=514 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.20% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #25E2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E2FB is #DA1D04. Grayscale: #ACACAC. Windows color (decimal): -14294277 or 16507429. OLE color: 16507429.
HSL color Cylindrical-coordinate representation of color #25E2FB: hue angle of 187.01º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E2FB is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 226 | 251 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.02 |
| HSL | 187.01º | 0.96% | 0.56% | - |
| HSV(B) | 187.01º | 0.85% | 0.98% | - |
| XYZ | 45.37 | 61.75 | 100.79 | - |
| YUV | 172.34 | 172.38 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 251 | 0.85 | 0.10 | 0 | 0.02 | 187.01 | 0.96 | 0.56 |
| Hex | 25 | E2 | FB | 55 | A | 0 | 2 | BB | 60 | 38 |
| Octal | 45 | 342 | 373 | 125 | 12 | 0 | 2 | 273 | 140 | 70 |
| Binary | 100101 | 11100010 | 11111011 | 1010101 | 1010 | 0 | 10 | 10111011 | 1100000 | 111000 |
Color Harmonies of #25E2FB
Complementary color
Monochromatic Colors of #25E2FB
Black with #25E2FB
Text Example
Text Example
White with #25E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2FB; }
p { color: rgb(37,226,251); }
H1.HeaderClassName
{
color: #25E2FB;
}
.AnyTagClassName
{
color: #25E2FB;
}
</style>
background-color css
<style>
a { background-color: #25E2FB; }
a { background-color: rgb(37,226,251); }
div.DivClassName
{
background-color: #25E2FB;
}
.BgClassName
{
background-color: #25E2FB;
}
</style>
border-color css
<style>
span { border-color: #25E2FB; }
span { border-color: rgb(37,226,251); }
td.TdClassName
{
border-color: #25E2FB;
}
.TagClassName
{
border-color: #25E2FB;
}
</style>