Shades of Bright Turquoise #25E5FF
Tints of Bright Turquoise #25E5FF
RGB
CMYK
RGB Variations
Color information
#25E5FF (or 0x25E5FF) is known color: Bright Turquoise. HEX triplet: 25, E5 and FF. RGB value is (37,229,255). Sum of RGB (Red+Green+Blue) = 37+229+255=521 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.10% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #25E5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E5FF is #DA1A00. Grayscale: #AEAEAE. Windows color (decimal): -14293505 or 16770341. OLE color: 16770341.
HSL color Cylindrical-coordinate representation of color #25E5FF: hue angle of 187.16º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E5FF is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 229 | 255 | - |
| CMYK | 0.85 | 0.10 | 0 | 0 |
| HSL | 187.16º | 1% | 0.57% | - |
| HSV(B) | 187.16º | 0.85% | 1% | - |
| XYZ | 46.83 | 63.65 | 104.43 | - |
| YUV | 174.56 | 173.39 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 255 | 0.85 | 0.10 | 0 | 0 | 187.16 | 1 | 0.57 |
| Hex | 25 | E5 | FF | 55 | A | 0 | 0 | BB | 64 | 39 |
| Octal | 45 | 345 | 377 | 125 | 12 | 0 | 0 | 273 | 144 | 71 |
| Binary | 100101 | 11100101 | 11111111 | 1010101 | 1010 | 0 | 0 | 10111011 | 1100100 | 111001 |
Color Harmonies of #25E5FF
Complementary color
Monochromatic Colors of #25E5FF
Black with #25E5FF
Text Example
Text Example
White with #25E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E5FF; }
p { color: rgb(37,229,255); }
H1.HeaderClassName
{
color: #25E5FF;
}
.AnyTagClassName
{
color: #25E5FF;
}
</style>
background-color css
<style>
a { background-color: #25E5FF; }
a { background-color: rgb(37,229,255); }
div.DivClassName
{
background-color: #25E5FF;
}
.BgClassName
{
background-color: #25E5FF;
}
</style>
border-color css
<style>
span { border-color: #25E5FF; }
span { border-color: rgb(37,229,255); }
td.TdClassName
{
border-color: #25E5FF;
}
.TagClassName
{
border-color: #25E5FF;
}
</style>