Shades of Bright Turquoise #25E5FC
Tints of Bright Turquoise #25E5FC
RGB
CMYK
RGB Variations
Color information
#25E5FC (or 0x25E5FC) is known color: Bright Turquoise. HEX triplet: 25, E5 and FC. RGB value is (37,229,252). Sum of RGB (Red+Green+Blue) = 37+229+252=518 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.14% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #25E5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E5FC is #DA1A03. Grayscale: #ADADAD. Windows color (decimal): -14293508 or 16573733. OLE color: 16573733.
HSL color Cylindrical-coordinate representation of color #25E5FC: hue angle of 186.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E5FC is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 229 | 252 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.01 |
| HSL | 186.42º | 0.97% | 0.57% | - |
| HSV(B) | 186.42º | 0.85% | 0.99% | - |
| XYZ | 46.35 | 63.46 | 101.9 | - |
| YUV | 174.21 | 171.89 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 252 | 0.85 | 0.09 | 0 | 0.01 | 186.42 | 0.97 | 0.57 |
| Hex | 25 | E5 | FC | 55 | 9 | 0 | 1 | BA | 61 | 39 |
| Octal | 45 | 345 | 374 | 125 | 11 | 0 | 1 | 272 | 141 | 71 |
| Binary | 100101 | 11100101 | 11111100 | 1010101 | 1001 | 0 | 1 | 10111010 | 1100001 | 111001 |
Color Harmonies of #25E5FC
Complementary color
Monochromatic Colors of #25E5FC
Black with #25E5FC
Text Example
Text Example
White with #25E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E5FC; }
p { color: rgb(37,229,252); }
H1.HeaderClassName
{
color: #25E5FC;
}
.AnyTagClassName
{
color: #25E5FC;
}
</style>
background-color css
<style>
a { background-color: #25E5FC; }
a { background-color: rgb(37,229,252); }
div.DivClassName
{
background-color: #25E5FC;
}
.BgClassName
{
background-color: #25E5FC;
}
</style>
border-color css
<style>
span { border-color: #25E5FC; }
span { border-color: rgb(37,229,252); }
td.TdClassName
{
border-color: #25E5FC;
}
.TagClassName
{
border-color: #25E5FC;
}
</style>