Shades of Bright Turquoise #25E2FA
Tints of Bright Turquoise #25E2FA
RGB
CMYK
RGB Variations
Color information
#25E2FA (or 0x25E2FA) is known color: Bright Turquoise. HEX triplet: 25, E2 and FA. RGB value is (37,226,250). Sum of RGB (Red+Green+Blue) = 37+226+250=513 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.21% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #25E2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E2FA is #DA1D05. Grayscale: #ABABAB. Windows color (decimal): -14294278 or 16441893. OLE color: 16441893.
HSL color Cylindrical-coordinate representation of color #25E2FA: hue angle of 186.76º 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 #25E2FA is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 226 | 250 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.02 |
| HSL | 186.76º | 0.96% | 0.56% | - |
| HSV(B) | 186.76º | 0.85% | 0.98% | - |
| XYZ | 45.21 | 61.69 | 99.97 | - |
| YUV | 172.23 | 171.88 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 250 | 0.85 | 0.10 | 0 | 0.02 | 186.76 | 0.96 | 0.56 |
| Hex | 25 | E2 | FA | 55 | A | 0 | 2 | BB | 60 | 38 |
| Octal | 45 | 342 | 372 | 125 | 12 | 0 | 2 | 273 | 140 | 70 |
| Binary | 100101 | 11100010 | 11111010 | 1010101 | 1010 | 0 | 10 | 10111011 | 1100000 | 111000 |
Color Harmonies of #25E2FA
Complementary color
Monochromatic Colors of #25E2FA
Black with #25E2FA
Text Example
Text Example
White with #25E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2FA; }
p { color: rgb(37,226,250); }
H1.HeaderClassName
{
color: #25E2FA;
}
.AnyTagClassName
{
color: #25E2FA;
}
</style>
background-color css
<style>
a { background-color: #25E2FA; }
a { background-color: rgb(37,226,250); }
div.DivClassName
{
background-color: #25E2FA;
}
.BgClassName
{
background-color: #25E2FA;
}
</style>
border-color css
<style>
span { border-color: #25E2FA; }
span { border-color: rgb(37,226,250); }
td.TdClassName
{
border-color: #25E2FA;
}
.TagClassName
{
border-color: #25E2FA;
}
</style>