Shades of Bright Turquoise #25E2EF
Tints of Bright Turquoise #25E2EF
RGB
CMYK
RGB Variations
Color information
#25E2EF (or 0x25E2EF) is known color: Bright Turquoise. HEX triplet: 25, E2 and EF. RGB value is (37,226,239). Sum of RGB (Red+Green+Blue) = 37+226+239=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #25E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E2EF is #DA1D10. Grayscale: #AAAAAA. Windows color (decimal): -14294289 or 15720997. OLE color: 15720997.
HSL color Cylindrical-coordinate representation of color #25E2EF: hue angle of 183.86º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25E2EF is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 226 | 239 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.06 |
| HSL | 183.86º | 0.86% | 0.54% | - |
| HSV(B) | 183.86º | 0.85% | 0.94% | - |
| XYZ | 43.54 | 61.02 | 91.14 | - |
| YUV | 170.97 | 166.38 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 239 | 0.85 | 0.05 | 0 | 0.06 | 183.86 | 0.86 | 0.54 |
| Hex | 25 | E2 | EF | 55 | 5 | 0 | 6 | B8 | 56 | 36 |
| Octal | 45 | 342 | 357 | 125 | 5 | 0 | 6 | 270 | 126 | 66 |
| Binary | 100101 | 11100010 | 11101111 | 1010101 | 101 | 0 | 110 | 10111000 | 1010110 | 110110 |
Color Harmonies of #25E2EF
Complementary color
Monochromatic Colors of #25E2EF
Black with #25E2EF
Text Example
Text Example
White with #25E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2EF; }
p { color: rgb(37,226,239); }
H1.HeaderClassName
{
color: #25E2EF;
}
.AnyTagClassName
{
color: #25E2EF;
}
</style>
background-color css
<style>
a { background-color: #25E2EF; }
a { background-color: rgb(37,226,239); }
div.DivClassName
{
background-color: #25E2EF;
}
.BgClassName
{
background-color: #25E2EF;
}
</style>
border-color css
<style>
span { border-color: #25E2EF; }
span { border-color: rgb(37,226,239); }
td.TdClassName
{
border-color: #25E2EF;
}
.TagClassName
{
border-color: #25E2EF;
}
</style>