Shades of Bright Turquoise #25F7ED
Tints of Bright Turquoise #25F7ED
RGB
CMYK
RGB Variations
Color information
#25F7ED (or 0x25F7ED) is known color: Bright Turquoise. HEX triplet: 25, F7 and ED. RGB value is (37,247,237). Sum of RGB (Red+Green+Blue) = 37+247+237=521 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.10% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F7ED is #DA0812. Grayscale: #B6B6B6. Windows color (decimal): -14288915 or 15595301. OLE color: 15595301.
HSL color Cylindrical-coordinate representation of color #25F7ED: hue angle of 177.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7ED is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 247 | 237 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.03 |
| HSL | 177.14º | 0.93% | 0.56% | - |
| HSV(B) | 177.14º | 0.85% | 0.97% | - |
| XYZ | 49.31 | 73.03 | 91.62 | - |
| YUV | 183.07 | 158.43 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 247 | 237 | 0.85 | 0 | 0.04 | 0.03 | 177.14 | 0.93 | 0.56 |
| Hex | 25 | F7 | ED | 55 | 0 | 4 | 3 | B1 | 5D | 38 |
| Octal | 45 | 367 | 355 | 125 | 0 | 4 | 3 | 261 | 135 | 70 |
| Binary | 100101 | 11110111 | 11101101 | 1010101 | 0 | 100 | 11 | 10110001 | 1011101 | 111000 |
Color Harmonies of #25F7ED
Complementary color
Monochromatic Colors of #25F7ED
Black with #25F7ED
Text Example
Text Example
White with #25F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F7ED; }
p { color: rgb(37,247,237); }
H1.HeaderClassName
{
color: #25F7ED;
}
.AnyTagClassName
{
color: #25F7ED;
}
</style>
background-color css
<style>
a { background-color: #25F7ED; }
a { background-color: rgb(37,247,237); }
div.DivClassName
{
background-color: #25F7ED;
}
.BgClassName
{
background-color: #25F7ED;
}
</style>
border-color css
<style>
span { border-color: #25F7ED; }
span { border-color: rgb(37,247,237); }
td.TdClassName
{
border-color: #25F7ED;
}
.TagClassName
{
border-color: #25F7ED;
}
</style>