Shades of Turquoise #25E8C6
Tints of Turquoise #25E8C6
RGB
CMYK
RGB Variations
Color information
#25E8C6 (or 0x25E8C6) is known color: Turquoise. HEX triplet: 25, E8 and C6. RGB value is (37,232,198). Sum of RGB (Red+Green+Blue) = 37+232+198=467 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.92% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #25E8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E8C6 is #DA1739. Grayscale: #A9A9A9. Windows color (decimal): -14292794 or 13035557. OLE color: 13035557.
HSL color Cylindrical-coordinate representation of color #25E8C6: hue angle of 169.54º degrees, saturation: 0.81, 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 #25E8C6 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 232 | 198 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.09 |
| HSL | 169.54º | 0.81% | 0.53% | - |
| HSV(B) | 169.54º | 0.84% | 0.91% | - |
| XYZ | 39.81 | 62.18 | 63.33 | - |
| YUV | 169.82 | 143.9 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 232 | 198 | 0.84 | 0 | 0.15 | 0.09 | 169.54 | 0.81 | 0.53 |
| Hex | 25 | E8 | C6 | 54 | 0 | F | 9 | AA | 51 | 35 |
| Octal | 45 | 350 | 306 | 124 | 0 | 17 | 11 | 252 | 121 | 65 |
| Binary | 100101 | 11101000 | 11000110 | 1010100 | 0 | 1111 | 1001 | 10101010 | 1010001 | 110101 |
Color Harmonies of #25E8C6
Complementary color
Monochromatic Colors of #25E8C6
Black with #25E8C6
Text Example
Text Example
White with #25E8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E8C6; }
p { color: rgb(37,232,198); }
H1.HeaderClassName
{
color: #25E8C6;
}
.AnyTagClassName
{
color: #25E8C6;
}
</style>
background-color css
<style>
a { background-color: #25E8C6; }
a { background-color: rgb(37,232,198); }
div.DivClassName
{
background-color: #25E8C6;
}
.BgClassName
{
background-color: #25E8C6;
}
</style>
border-color css
<style>
span { border-color: #25E8C6; }
span { border-color: rgb(37,232,198); }
td.TdClassName
{
border-color: #25E8C6;
}
.TagClassName
{
border-color: #25E8C6;
}
</style>