Shades of Turquoise #25E6D9
Tints of Turquoise #25E6D9
RGB
CMYK
RGB Variations
Color information
#25E6D9 (or 0x25E6D9) is known color: Turquoise. HEX triplet: 25, E6 and D9. RGB value is (37,230,217). Sum of RGB (Red+Green+Blue) = 37+230+217=484 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.64% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #25E6D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E6D9 is #DA1926. Grayscale: #AAAAAA. Windows color (decimal): -14293287 or 14280229. OLE color: 14280229.
HSL color Cylindrical-coordinate representation of color #25E6D9: hue angle of 175.96º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E6D9 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 230 | 217 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.10 |
| HSL | 175.96º | 0.79% | 0.52% | - |
| HSV(B) | 175.96º | 0.84% | 0.9% | - |
| XYZ | 41.58 | 62 | 75.42 | - |
| YUV | 170.81 | 154.06 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 230 | 217 | 0.84 | 0 | 0.06 | 0.10 | 175.96 | 0.79 | 0.52 |
| Hex | 25 | E6 | D9 | 54 | 0 | 6 | A | B0 | 4F | 34 |
| Octal | 45 | 346 | 331 | 124 | 0 | 6 | 12 | 260 | 117 | 64 |
| Binary | 100101 | 11100110 | 11011001 | 1010100 | 0 | 110 | 1010 | 10110000 | 1001111 | 110100 |
Color Harmonies of #25E6D9
Complementary color
Monochromatic Colors of #25E6D9
Black with #25E6D9
Text Example
Text Example
White with #25E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E6D9; }
p { color: rgb(37,230,217); }
H1.HeaderClassName
{
color: #25E6D9;
}
.AnyTagClassName
{
color: #25E6D9;
}
</style>
background-color css
<style>
a { background-color: #25E6D9; }
a { background-color: rgb(37,230,217); }
div.DivClassName
{
background-color: #25E6D9;
}
.BgClassName
{
background-color: #25E6D9;
}
</style>
border-color css
<style>
span { border-color: #25E6D9; }
span { border-color: rgb(37,230,217); }
td.TdClassName
{
border-color: #25E6D9;
}
.TagClassName
{
border-color: #25E6D9;
}
</style>