Shades of Bright Turquoise #25FFE7
Tints of Bright Turquoise #25FFE7
RGB
CMYK
RGB Variations
Color information
#25FFE7 (or 0x25FFE7) is known color: Bright Turquoise. HEX triplet: 25, FF and E7. RGB value is (37,255,231). Sum of RGB (Red+Green+Blue) = 37+255+231=523 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.07% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FFE7 is #DA0018. Grayscale: #BABABA. Windows color (decimal): -14286873 or 15204133. OLE color: 15204133.
HSL color Cylindrical-coordinate representation of color #25FFE7: hue angle of 173.39º 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 #25FFE7 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 231 | - |
| CMYK | 0.85 | 0 | 0.09 | 0 |
| HSL | 173.39º | 1% | 0.57% | - |
| HSV(B) | 173.39º | 0.85% | 1% | - |
| XYZ | 50.95 | 77.68 | 87.91 | - |
| YUV | 187.08 | 152.78 | 20.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 231 | 0.85 | 0 | 0.09 | 0 | 173.39 | 1 | 0.57 |
| Hex | 25 | FF | E7 | 55 | 0 | 9 | 0 | AD | 64 | 39 |
| Octal | 45 | 377 | 347 | 125 | 0 | 11 | 0 | 255 | 144 | 71 |
| Binary | 100101 | 11111111 | 11100111 | 1010101 | 0 | 1001 | 0 | 10101101 | 1100100 | 111001 |
Color Harmonies of #25FFE7
Complementary color
Monochromatic Colors of #25FFE7
Black with #25FFE7
Text Example
Text Example
White with #25FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFE7; }
p { color: rgb(37,255,231); }
H1.HeaderClassName
{
color: #25FFE7;
}
.AnyTagClassName
{
color: #25FFE7;
}
</style>
background-color css
<style>
a { background-color: #25FFE7; }
a { background-color: rgb(37,255,231); }
div.DivClassName
{
background-color: #25FFE7;
}
.BgClassName
{
background-color: #25FFE7;
}
</style>
border-color css
<style>
span { border-color: #25FFE7; }
span { border-color: rgb(37,255,231); }
td.TdClassName
{
border-color: #25FFE7;
}
.TagClassName
{
border-color: #25FFE7;
}
</style>