Shades of Turquoise #25E7D7
Tints of Turquoise #25E7D7
RGB
CMYK
RGB Variations
Color information
#25E7D7 (or 0x25E7D7) is known color: Turquoise. HEX triplet: 25, E7 and D7. RGB value is (37,231,215). Sum of RGB (Red+Green+Blue) = 37+231+215=483 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.66% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #25E7D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E7D7 is #DA1828. Grayscale: #ABABAB. Windows color (decimal): -14293033 or 14149413. OLE color: 14149413.
HSL color Cylindrical-coordinate representation of color #25E7D7: hue angle of 175.05º 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 #25E7D7 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 231 | 215 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.09 |
| HSL | 175.05º | 0.8% | 0.53% | - |
| HSV(B) | 175.05º | 0.84% | 0.91% | - |
| XYZ | 41.6 | 62.45 | 74.15 | - |
| YUV | 171.17 | 152.73 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 215 | 0.84 | 0 | 0.07 | 0.09 | 175.05 | 0.8 | 0.53 |
| Hex | 25 | E7 | D7 | 54 | 0 | 7 | 9 | AF | 50 | 35 |
| Octal | 45 | 347 | 327 | 124 | 0 | 7 | 11 | 257 | 120 | 65 |
| Binary | 100101 | 11100111 | 11010111 | 1010100 | 0 | 111 | 1001 | 10101111 | 1010000 | 110101 |
Color Harmonies of #25E7D7
Complementary color
Monochromatic Colors of #25E7D7
Black with #25E7D7
Text Example
Text Example
White with #25E7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E7D7; }
p { color: rgb(37,231,215); }
H1.HeaderClassName
{
color: #25E7D7;
}
.AnyTagClassName
{
color: #25E7D7;
}
</style>
background-color css
<style>
a { background-color: #25E7D7; }
a { background-color: rgb(37,231,215); }
div.DivClassName
{
background-color: #25E7D7;
}
.BgClassName
{
background-color: #25E7D7;
}
</style>
border-color css
<style>
span { border-color: #25E7D7; }
span { border-color: rgb(37,231,215); }
td.TdClassName
{
border-color: #25E7D7;
}
.TagClassName
{
border-color: #25E7D7;
}
</style>