Shades of Bright Turquoise #25E7DF
Tints of Bright Turquoise #25E7DF
RGB
CMYK
RGB Variations
Color information
#25E7DF (or 0x25E7DF) is known color: Bright Turquoise. HEX triplet: 25, E7 and DF. RGB value is (37,231,223). Sum of RGB (Red+Green+Blue) = 37+231+223=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #25E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E7DF is #DA1820. Grayscale: #ABABAB. Windows color (decimal): -14293025 or 14673701. OLE color: 14673701.
HSL color Cylindrical-coordinate representation of color #25E7DF: hue angle of 177.53º 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 #25E7DF is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 231 | 223 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.09 |
| HSL | 177.53º | 0.8% | 0.53% | - |
| HSV(B) | 177.53º | 0.84% | 0.91% | - |
| XYZ | 42.66 | 62.87 | 79.7 | - |
| YUV | 172.08 | 156.73 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 223 | 0.84 | 0 | 0.03 | 0.09 | 177.53 | 0.8 | 0.53 |
| Hex | 25 | E7 | DF | 54 | 0 | 3 | 9 | B2 | 50 | 35 |
| Octal | 45 | 347 | 337 | 124 | 0 | 3 | 11 | 262 | 120 | 65 |
| Binary | 100101 | 11100111 | 11011111 | 1010100 | 0 | 11 | 1001 | 10110010 | 1010000 | 110101 |
Color Harmonies of #25E7DF
Complementary color
Monochromatic Colors of #25E7DF
Black with #25E7DF
Text Example
Text Example
White with #25E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E7DF; }
p { color: rgb(37,231,223); }
H1.HeaderClassName
{
color: #25E7DF;
}
.AnyTagClassName
{
color: #25E7DF;
}
</style>
background-color css
<style>
a { background-color: #25E7DF; }
a { background-color: rgb(37,231,223); }
div.DivClassName
{
background-color: #25E7DF;
}
.BgClassName
{
background-color: #25E7DF;
}
</style>
border-color css
<style>
span { border-color: #25E7DF; }
span { border-color: rgb(37,231,223); }
td.TdClassName
{
border-color: #25E7DF;
}
.TagClassName
{
border-color: #25E7DF;
}
</style>