Shades of Bright Turquoise #25E9FA
Tints of Bright Turquoise #25E9FA
RGB
CMYK
RGB Variations
Color information
#25E9FA (or 0x25E9FA) is known color: Bright Turquoise. HEX triplet: 25, E9 and FA. RGB value is (37,233,250). Sum of RGB (Red+Green+Blue) = 37+233+250=520 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.12% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #25E9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E9FA is #DA1605. Grayscale: #B0B0B0. Windows color (decimal): -14292486 or 16443685. OLE color: 16443685.
HSL color Cylindrical-coordinate representation of color #25E9FA: hue angle of 184.79º 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 #25E9FA is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 233 | 250 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.02 |
| HSL | 184.79º | 0.96% | 0.56% | - |
| HSV(B) | 184.79º | 0.85% | 0.98% | - |
| XYZ | 47.16 | 65.57 | 100.61 | - |
| YUV | 176.33 | 169.57 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 250 | 0.85 | 0.07 | 0 | 0.02 | 184.79 | 0.96 | 0.56 |
| Hex | 25 | E9 | FA | 55 | 7 | 0 | 2 | B9 | 60 | 38 |
| Octal | 45 | 351 | 372 | 125 | 7 | 0 | 2 | 271 | 140 | 70 |
| Binary | 100101 | 11101001 | 11111010 | 1010101 | 111 | 0 | 10 | 10111001 | 1100000 | 111000 |
Color Harmonies of #25E9FA
Complementary color
Monochromatic Colors of #25E9FA
Black with #25E9FA
Text Example
Text Example
White with #25E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E9FA; }
p { color: rgb(37,233,250); }
H1.HeaderClassName
{
color: #25E9FA;
}
.AnyTagClassName
{
color: #25E9FA;
}
</style>
background-color css
<style>
a { background-color: #25E9FA; }
a { background-color: rgb(37,233,250); }
div.DivClassName
{
background-color: #25E9FA;
}
.BgClassName
{
background-color: #25E9FA;
}
</style>
border-color css
<style>
span { border-color: #25E9FA; }
span { border-color: rgb(37,233,250); }
td.TdClassName
{
border-color: #25E9FA;
}
.TagClassName
{
border-color: #25E9FA;
}
</style>