Shades of Bright Turquoise #25E4FE
Tints of Bright Turquoise #25E4FE
RGB
CMYK
RGB Variations
Color information
#25E4FE (or 0x25E4FE) is known color: Bright Turquoise. HEX triplet: 25, E4 and FE. RGB value is (37,228,254). Sum of RGB (Red+Green+Blue) = 37+228+254=519 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.13% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #25E4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E4FE is #DA1B01. Grayscale: #ADADAD. Windows color (decimal): -14293762 or 16704549. OLE color: 16704549.
HSL color Cylindrical-coordinate representation of color #25E4FE: hue angle of 187.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E4FE is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 228 | 254 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.00 |
| HSL | 187.19º | 0.99% | 0.57% | - |
| HSV(B) | 187.19º | 0.85% | 1% | - |
| XYZ | 46.4 | 63.04 | 103.49 | - |
| YUV | 173.86 | 173.22 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 228 | 254 | 0.85 | 0.10 | 0 | 0.00 | 187.19 | 0.99 | 0.57 |
| Hex | 25 | E4 | FE | 55 | A | 0 | 0 | BB | 63 | 39 |
| Octal | 45 | 344 | 376 | 125 | 12 | 0 | 0 | 273 | 143 | 71 |
| Binary | 100101 | 11100100 | 11111110 | 1010101 | 1010 | 0 | 0 | 10111011 | 1100011 | 111001 |
Color Harmonies of #25E4FE
Complementary color
Monochromatic Colors of #25E4FE
Black with #25E4FE
Text Example
Text Example
White with #25E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E4FE; }
p { color: rgb(37,228,254); }
H1.HeaderClassName
{
color: #25E4FE;
}
.AnyTagClassName
{
color: #25E4FE;
}
</style>
background-color css
<style>
a { background-color: #25E4FE; }
a { background-color: rgb(37,228,254); }
div.DivClassName
{
background-color: #25E4FE;
}
.BgClassName
{
background-color: #25E4FE;
}
</style>
border-color css
<style>
span { border-color: #25E4FE; }
span { border-color: rgb(37,228,254); }
td.TdClassName
{
border-color: #25E4FE;
}
.TagClassName
{
border-color: #25E4FE;
}
</style>