Shades of Bright Turquoise #25E5EF
Tints of Bright Turquoise #25E5EF
RGB
CMYK
RGB Variations
Color information
#25E5EF (or 0x25E5EF) is known color: Bright Turquoise. HEX triplet: 25, E5 and EF. RGB value is (37,229,239). Sum of RGB (Red+Green+Blue) = 37+229+239=505 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.33% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #25E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E5EF is #DA1A10. Grayscale: #ACACAC. Windows color (decimal): -14293521 or 15721765. OLE color: 15721765.
HSL color Cylindrical-coordinate representation of color #25E5EF: hue angle of 182.97º 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 #25E5EF is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 229 | 239 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.06 |
| HSL | 182.97º | 0.86% | 0.54% | - |
| HSV(B) | 182.97º | 0.85% | 0.94% | - |
| XYZ | 44.36 | 62.66 | 91.42 | - |
| YUV | 172.73 | 165.39 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 239 | 0.85 | 0.04 | 0 | 0.06 | 182.97 | 0.86 | 0.54 |
| Hex | 25 | E5 | EF | 55 | 4 | 0 | 6 | B7 | 56 | 36 |
| Octal | 45 | 345 | 357 | 125 | 4 | 0 | 6 | 267 | 126 | 66 |
| Binary | 100101 | 11100101 | 11101111 | 1010101 | 100 | 0 | 110 | 10110111 | 1010110 | 110110 |
Color Harmonies of #25E5EF
Complementary color
Monochromatic Colors of #25E5EF
Black with #25E5EF
Text Example
Text Example
White with #25E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E5EF; }
p { color: rgb(37,229,239); }
H1.HeaderClassName
{
color: #25E5EF;
}
.AnyTagClassName
{
color: #25E5EF;
}
</style>
background-color css
<style>
a { background-color: #25E5EF; }
a { background-color: rgb(37,229,239); }
div.DivClassName
{
background-color: #25E5EF;
}
.BgClassName
{
background-color: #25E5EF;
}
</style>
border-color css
<style>
span { border-color: #25E5EF; }
span { border-color: rgb(37,229,239); }
td.TdClassName
{
border-color: #25E5EF;
}
.TagClassName
{
border-color: #25E5EF;
}
</style>