Shades of Bright Turquoise #25E7FA
Tints of Bright Turquoise #25E7FA
RGB
CMYK
RGB Variations
Color information
#25E7FA (or 0x25E7FA) is known color: Bright Turquoise. HEX triplet: 25, E7 and FA. RGB value is (37,231,250). Sum of RGB (Red+Green+Blue) = 37+231+250=518 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.14% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #25E7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E7FA is #DA1805. Grayscale: #AEAEAE. Windows color (decimal): -14292998 or 16443173. OLE color: 16443173.
HSL color Cylindrical-coordinate representation of color #25E7FA: hue angle of 185.35º 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 #25E7FA is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 231 | 250 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.02 |
| HSL | 185.35º | 0.96% | 0.56% | - |
| HSV(B) | 185.35º | 0.85% | 0.98% | - |
| XYZ | 46.59 | 64.45 | 100.43 | - |
| YUV | 175.16 | 170.23 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 250 | 0.85 | 0.08 | 0 | 0.02 | 185.35 | 0.96 | 0.56 |
| Hex | 25 | E7 | FA | 55 | 8 | 0 | 2 | B9 | 60 | 38 |
| Octal | 45 | 347 | 372 | 125 | 10 | 0 | 2 | 271 | 140 | 70 |
| Binary | 100101 | 11100111 | 11111010 | 1010101 | 1000 | 0 | 10 | 10111001 | 1100000 | 111000 |
Color Harmonies of #25E7FA
Complementary color
Monochromatic Colors of #25E7FA
Black with #25E7FA
Text Example
Text Example
White with #25E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E7FA; }
p { color: rgb(37,231,250); }
H1.HeaderClassName
{
color: #25E7FA;
}
.AnyTagClassName
{
color: #25E7FA;
}
</style>
background-color css
<style>
a { background-color: #25E7FA; }
a { background-color: rgb(37,231,250); }
div.DivClassName
{
background-color: #25E7FA;
}
.BgClassName
{
background-color: #25E7FA;
}
</style>
border-color css
<style>
span { border-color: #25E7FA; }
span { border-color: rgb(37,231,250); }
td.TdClassName
{
border-color: #25E7FA;
}
.TagClassName
{
border-color: #25E7FA;
}
</style>