Shades of Bright Turquoise #25FBE5
Tints of Bright Turquoise #25FBE5
RGB
CMYK
RGB Variations
Color information
#25FBE5 (or 0x25FBE5) is known color: Bright Turquoise. HEX triplet: 25, FB and E5. RGB value is (37,251,229). Sum of RGB (Red+Green+Blue) = 37+251+229=517 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.16% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #25FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FBE5 is #DA041A. Grayscale: #B8B8B8. Windows color (decimal): -14287899 or 15072037. OLE color: 15072037.
HSL color Cylindrical-coordinate representation of color #25FBE5: hue angle of 173.83º 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 #25FBE5 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 251 | 229 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.02 |
| HSL | 173.83º | 0.96% | 0.56% | - |
| HSV(B) | 173.83º | 0.85% | 0.98% | - |
| XYZ | 49.4 | 75.04 | 86.01 | - |
| YUV | 184.51 | 153.1 | 22.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 251 | 229 | 0.85 | 0 | 0.09 | 0.02 | 173.83 | 0.96 | 0.56 |
| Hex | 25 | FB | E5 | 55 | 0 | 9 | 2 | AE | 60 | 38 |
| Octal | 45 | 373 | 345 | 125 | 0 | 11 | 2 | 256 | 140 | 70 |
| Binary | 100101 | 11111011 | 11100101 | 1010101 | 0 | 1001 | 10 | 10101110 | 1100000 | 111000 |
Color Harmonies of #25FBE5
Complementary color
Monochromatic Colors of #25FBE5
Black with #25FBE5
Text Example
Text Example
White with #25FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FBE5; }
p { color: rgb(37,251,229); }
H1.HeaderClassName
{
color: #25FBE5;
}
.AnyTagClassName
{
color: #25FBE5;
}
</style>
background-color css
<style>
a { background-color: #25FBE5; }
a { background-color: rgb(37,251,229); }
div.DivClassName
{
background-color: #25FBE5;
}
.BgClassName
{
background-color: #25FBE5;
}
</style>
border-color css
<style>
span { border-color: #25FBE5; }
span { border-color: rgb(37,251,229); }
td.TdClassName
{
border-color: #25FBE5;
}
.TagClassName
{
border-color: #25FBE5;
}
</style>