Shades of Bright Turquoise #25E8F9
Tints of Bright Turquoise #25E8F9
RGB
CMYK
RGB Variations
Color information
#25E8F9 (or 0x25E8F9) is known color: Bright Turquoise. HEX triplet: 25, E8 and F9. RGB value is (37,232,249). Sum of RGB (Red+Green+Blue) = 37+232+249=518 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.14% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #25E8F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E8F9 is #DA1706. Grayscale: #AFAFAF. Windows color (decimal): -14292743 or 16377893. OLE color: 16377893.
HSL color Cylindrical-coordinate representation of color #25E8F9: hue angle of 184.81º degrees, saturation: 0.95, 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 #25E8F9 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 232 | 249 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.02 |
| HSL | 184.81º | 0.95% | 0.56% | - |
| HSV(B) | 184.81º | 0.85% | 0.98% | - |
| XYZ | 46.72 | 64.95 | 99.7 | - |
| YUV | 175.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 232 | 249 | 0.85 | 0.07 | 0 | 0.02 | 184.81 | 0.95 | 0.56 |
| Hex | 25 | E8 | F9 | 55 | 7 | 0 | 2 | B9 | 5F | 38 |
| Octal | 45 | 350 | 371 | 125 | 7 | 0 | 2 | 271 | 137 | 70 |
| Binary | 100101 | 11101000 | 11111001 | 1010101 | 111 | 0 | 10 | 10111001 | 1011111 | 111000 |
Color Harmonies of #25E8F9
Complementary color
Monochromatic Colors of #25E8F9
Black with #25E8F9
Text Example
Text Example
White with #25E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E8F9; }
p { color: rgb(37,232,249); }
H1.HeaderClassName
{
color: #25E8F9;
}
.AnyTagClassName
{
color: #25E8F9;
}
</style>
background-color css
<style>
a { background-color: #25E8F9; }
a { background-color: rgb(37,232,249); }
div.DivClassName
{
background-color: #25E8F9;
}
.BgClassName
{
background-color: #25E8F9;
}
</style>
border-color css
<style>
span { border-color: #25E8F9; }
span { border-color: rgb(37,232,249); }
td.TdClassName
{
border-color: #25E8F9;
}
.TagClassName
{
border-color: #25E8F9;
}
</style>