Shades of Bright Turquoise #25E9ED
Tints of Bright Turquoise #25E9ED
RGB
CMYK
RGB Variations
Color information
#25E9ED (or 0x25E9ED) is known color: Bright Turquoise. HEX triplet: 25, E9 and ED. RGB value is (37,233,237). Sum of RGB (Red+Green+Blue) = 37+233+237=507 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.30% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #25E9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E9ED is #DA1612. Grayscale: #AEAEAE. Windows color (decimal): -14292499 or 15591717. OLE color: 15591717.
HSL color Cylindrical-coordinate representation of color #25E9ED: hue angle of 181.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E9ED is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 233 | 237 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.07 |
| HSL | 181.2º | 0.85% | 0.54% | - |
| HSV(B) | 181.2º | 0.84% | 0.93% | - |
| XYZ | 45.19 | 64.79 | 90.24 | - |
| YUV | 174.85 | 163.07 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 237 | 0.84 | 0.02 | 0 | 0.07 | 181.2 | 0.85 | 0.54 |
| Hex | 25 | E9 | ED | 54 | 2 | 0 | 7 | B5 | 55 | 36 |
| Octal | 45 | 351 | 355 | 124 | 2 | 0 | 7 | 265 | 125 | 66 |
| Binary | 100101 | 11101001 | 11101101 | 1010100 | 10 | 0 | 111 | 10110101 | 1010101 | 110110 |
Color Harmonies of #25E9ED
Complementary color
Monochromatic Colors of #25E9ED
Black with #25E9ED
Text Example
Text Example
White with #25E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E9ED; }
p { color: rgb(37,233,237); }
H1.HeaderClassName
{
color: #25E9ED;
}
.AnyTagClassName
{
color: #25E9ED;
}
</style>
background-color css
<style>
a { background-color: #25E9ED; }
a { background-color: rgb(37,233,237); }
div.DivClassName
{
background-color: #25E9ED;
}
.BgClassName
{
background-color: #25E9ED;
}
</style>
border-color css
<style>
span { border-color: #25E9ED; }
span { border-color: rgb(37,233,237); }
td.TdClassName
{
border-color: #25E9ED;
}
.TagClassName
{
border-color: #25E9ED;
}
</style>