Shades of Bright Turquoise #25EBE8
Tints of Bright Turquoise #25EBE8
RGB
CMYK
RGB Variations
Color information
#25EBE8 (or 0x25EBE8) is known color: Bright Turquoise. HEX triplet: 25, EB and E8. RGB value is (37,235,232). Sum of RGB (Red+Green+Blue) = 37+235+232=504 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.34% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #25EBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EBE8 is #DA1417. Grayscale: #AFAFAF. Windows color (decimal): -14291992 or 15264549. OLE color: 15264549.
HSL color Cylindrical-coordinate representation of color #25EBE8: hue angle of 179.09º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EBE8 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 235 | 232 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.08 |
| HSL | 179.09º | 0.83% | 0.53% | - |
| HSV(B) | 179.09º | 0.84% | 0.92% | - |
| XYZ | 45.04 | 65.64 | 86.64 | - |
| YUV | 175.46 | 159.9 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 235 | 232 | 0.84 | 0 | 0.01 | 0.08 | 179.09 | 0.83 | 0.53 |
| Hex | 25 | EB | E8 | 54 | 0 | 1 | 8 | B3 | 53 | 35 |
| Octal | 45 | 353 | 350 | 124 | 0 | 1 | 10 | 263 | 123 | 65 |
| Binary | 100101 | 11101011 | 11101000 | 1010100 | 0 | 1 | 1000 | 10110011 | 1010011 | 110101 |
Color Harmonies of #25EBE8
Complementary color
Monochromatic Colors of #25EBE8
Black with #25EBE8
Text Example
Text Example
White with #25EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EBE8; }
p { color: rgb(37,235,232); }
H1.HeaderClassName
{
color: #25EBE8;
}
.AnyTagClassName
{
color: #25EBE8;
}
</style>
background-color css
<style>
a { background-color: #25EBE8; }
a { background-color: rgb(37,235,232); }
div.DivClassName
{
background-color: #25EBE8;
}
.BgClassName
{
background-color: #25EBE8;
}
</style>
border-color css
<style>
span { border-color: #25EBE8; }
span { border-color: rgb(37,235,232); }
td.TdClassName
{
border-color: #25EBE8;
}
.TagClassName
{
border-color: #25EBE8;
}
</style>