Shades of Bright Turquoise #25E2FF
Tints of Bright Turquoise #25E2FF
RGB
CMYK
RGB Variations
Color information
#25E2FF (or 0x25E2FF) is known color: Bright Turquoise. HEX triplet: 25, E2 and FF. RGB value is (37,226,255). Sum of RGB (Red+Green+Blue) = 37+226+255=518 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.14% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #25E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E2FF is #DA1D00. Grayscale: #ACACAC. Windows color (decimal): -14294273 or 16769573. OLE color: 16769573.
HSL color Cylindrical-coordinate representation of color #25E2FF: hue angle of 187.98º 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 #25E2FF is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 226 | 255 | - |
| CMYK | 0.85 | 0.11 | 0 | 0 |
| HSL | 187.98º | 1% | 0.57% | - |
| HSV(B) | 187.98º | 0.85% | 1% | - |
| XYZ | 46.01 | 62.01 | 104.15 | - |
| YUV | 172.8 | 174.38 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 255 | 0.85 | 0.11 | 0 | 0 | 187.98 | 1 | 0.57 |
| Hex | 25 | E2 | FF | 55 | B | 0 | 0 | BC | 64 | 39 |
| Octal | 45 | 342 | 377 | 125 | 13 | 0 | 0 | 274 | 144 | 71 |
| Binary | 100101 | 11100010 | 11111111 | 1010101 | 1011 | 0 | 0 | 10111100 | 1100100 | 111001 |
Color Harmonies of #25E2FF
Complementary color
Monochromatic Colors of #25E2FF
Black with #25E2FF
Text Example
Text Example
White with #25E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2FF; }
p { color: rgb(37,226,255); }
H1.HeaderClassName
{
color: #25E2FF;
}
.AnyTagClassName
{
color: #25E2FF;
}
</style>
background-color css
<style>
a { background-color: #25E2FF; }
a { background-color: rgb(37,226,255); }
div.DivClassName
{
background-color: #25E2FF;
}
.BgClassName
{
background-color: #25E2FF;
}
</style>
border-color css
<style>
span { border-color: #25E2FF; }
span { border-color: rgb(37,226,255); }
td.TdClassName
{
border-color: #25E2FF;
}
.TagClassName
{
border-color: #25E2FF;
}
</style>