Shades of Turquoise #25E1D1
Tints of Turquoise #25E1D1
RGB
CMYK
RGB Variations
Color information
#25E1D1 (or 0x25E1D1) is known color: Turquoise. HEX triplet: 25, E1 and D1. RGB value is (37,225,209). Sum of RGB (Red+Green+Blue) = 37+225+209=471 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.86% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #25E1D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E1D1 is #DA1E2E. Grayscale: #A6A6A6. Windows color (decimal): -14294575 or 13754661. OLE color: 13754661.
HSL color Cylindrical-coordinate representation of color #25E1D1: hue angle of 174.89º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E1D1 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 209 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.12 |
| HSL | 174.89º | 0.76% | 0.51% | - |
| HSV(B) | 174.89º | 0.84% | 0.88% | - |
| XYZ | 39.2 | 58.85 | 69.61 | - |
| YUV | 166.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 209 | 0.84 | 0 | 0.07 | 0.12 | 174.89 | 0.76 | 0.51 |
| Hex | 25 | E1 | D1 | 54 | 0 | 7 | C | AF | 4C | 33 |
| Octal | 45 | 341 | 321 | 124 | 0 | 7 | 14 | 257 | 114 | 63 |
| Binary | 100101 | 11100001 | 11010001 | 1010100 | 0 | 111 | 1100 | 10101111 | 1001100 | 110011 |
Color Harmonies of #25E1D1
Complementary color
Monochromatic Colors of #25E1D1
Black with #25E1D1
Text Example
Text Example
White with #25E1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E1D1; }
p { color: rgb(37,225,209); }
H1.HeaderClassName
{
color: #25E1D1;
}
.AnyTagClassName
{
color: #25E1D1;
}
</style>
background-color css
<style>
a { background-color: #25E1D1; }
a { background-color: rgb(37,225,209); }
div.DivClassName
{
background-color: #25E1D1;
}
.BgClassName
{
background-color: #25E1D1;
}
</style>
border-color css
<style>
span { border-color: #25E1D1; }
span { border-color: rgb(37,225,209); }
td.TdClassName
{
border-color: #25E1D1;
}
.TagClassName
{
border-color: #25E1D1;
}
</style>