Shades of Turquoise #25E1D3
Tints of Turquoise #25E1D3
RGB
CMYK
RGB Variations
Color information
#25E1D3 (or 0x25E1D3) is known color: Turquoise. HEX triplet: 25, E1 and D3. RGB value is (37,225,211). Sum of RGB (Red+Green+Blue) = 37+225+211=473 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.82% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #25E1D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E1D3 is #DA1E2C. Grayscale: #A7A7A7. Windows color (decimal): -14294573 or 13885733. OLE color: 13885733.
HSL color Cylindrical-coordinate representation of color #25E1D3: hue angle of 175.53º 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 #25E1D3 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 211 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.12 |
| HSL | 175.53º | 0.76% | 0.51% | - |
| HSV(B) | 175.53º | 0.84% | 0.88% | - |
| XYZ | 39.45 | 58.95 | 70.93 | - |
| YUV | 167.19 | 152.72 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 211 | 0.84 | 0 | 0.06 | 0.12 | 175.53 | 0.76 | 0.51 |
| Hex | 25 | E1 | D3 | 54 | 0 | 6 | C | B0 | 4C | 33 |
| Octal | 45 | 341 | 323 | 124 | 0 | 6 | 14 | 260 | 114 | 63 |
| Binary | 100101 | 11100001 | 11010011 | 1010100 | 0 | 110 | 1100 | 10110000 | 1001100 | 110011 |
Color Harmonies of #25E1D3
Complementary color
Monochromatic Colors of #25E1D3
Black with #25E1D3
Text Example
Text Example
White with #25E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E1D3; }
p { color: rgb(37,225,211); }
H1.HeaderClassName
{
color: #25E1D3;
}
.AnyTagClassName
{
color: #25E1D3;
}
</style>
background-color css
<style>
a { background-color: #25E1D3; }
a { background-color: rgb(37,225,211); }
div.DivClassName
{
background-color: #25E1D3;
}
.BgClassName
{
background-color: #25E1D3;
}
</style>
border-color css
<style>
span { border-color: #25E1D3; }
span { border-color: rgb(37,225,211); }
td.TdClassName
{
border-color: #25E1D3;
}
.TagClassName
{
border-color: #25E1D3;
}
</style>