Shades of Bright Turquoise #25E7E4
Tints of Bright Turquoise #25E7E4
RGB
CMYK
RGB Variations
Color information
#25E7E4 (or 0x25E7E4) is known color: Bright Turquoise. HEX triplet: 25, E7 and E4. RGB value is (37,231,228). Sum of RGB (Red+Green+Blue) = 37+231+228=496 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.46% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #25E7E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E7E4 is #DA181B. Grayscale: #ACACAC. Windows color (decimal): -14293020 or 15001381. OLE color: 15001381.
HSL color Cylindrical-coordinate representation of color #25E7E4: hue angle of 179.07º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E7E4 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 231 | 228 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.09 |
| HSL | 179.07º | 0.8% | 0.53% | - |
| HSV(B) | 179.07º | 0.84% | 0.91% | - |
| XYZ | 43.34 | 63.15 | 83.3 | - |
| YUV | 172.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 228 | 0.84 | 0 | 0.01 | 0.09 | 179.07 | 0.8 | 0.53 |
| Hex | 25 | E7 | E4 | 54 | 0 | 1 | 9 | B3 | 50 | 35 |
| Octal | 45 | 347 | 344 | 124 | 0 | 1 | 11 | 263 | 120 | 65 |
| Binary | 100101 | 11100111 | 11100100 | 1010100 | 0 | 1 | 1001 | 10110011 | 1010000 | 110101 |
Color Harmonies of #25E7E4
Complementary color
Monochromatic Colors of #25E7E4
Black with #25E7E4
Text Example
Text Example
White with #25E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E7E4; }
p { color: rgb(37,231,228); }
H1.HeaderClassName
{
color: #25E7E4;
}
.AnyTagClassName
{
color: #25E7E4;
}
</style>
background-color css
<style>
a { background-color: #25E7E4; }
a { background-color: rgb(37,231,228); }
div.DivClassName
{
background-color: #25E7E4;
}
.BgClassName
{
background-color: #25E7E4;
}
</style>
border-color css
<style>
span { border-color: #25E7E4; }
span { border-color: rgb(37,231,228); }
td.TdClassName
{
border-color: #25E7E4;
}
.TagClassName
{
border-color: #25E7E4;
}
</style>