Shades of Turquoise #25E0D1
Tints of Turquoise #25E0D1
RGB
CMYK
RGB Variations
Color information
#25E0D1 (or 0x25E0D1) is known color: Turquoise. HEX triplet: 25, E0 and D1. RGB value is (37,224,209). Sum of RGB (Red+Green+Blue) = 37+224+209=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #25E0D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E0D1 is #DA1F2E. Grayscale: #A6A6A6. Windows color (decimal): -14294831 or 13754405. OLE color: 13754405.
HSL color Cylindrical-coordinate representation of color #25E0D1: hue angle of 175.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E0D1 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 209 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.12 |
| HSL | 175.19º | 0.75% | 0.51% | - |
| HSV(B) | 175.19º | 0.83% | 0.88% | - |
| XYZ | 38.93 | 58.31 | 69.52 | - |
| YUV | 166.38 | 152.05 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 209 | 0.83 | 0 | 0.07 | 0.12 | 175.19 | 0.75 | 0.51 |
| Hex | 25 | E0 | D1 | 53 | 0 | 7 | C | AF | 4B | 33 |
| Octal | 45 | 340 | 321 | 123 | 0 | 7 | 14 | 257 | 113 | 63 |
| Binary | 100101 | 11100000 | 11010001 | 1010011 | 0 | 111 | 1100 | 10101111 | 1001011 | 110011 |
Color Harmonies of #25E0D1
Complementary color
Monochromatic Colors of #25E0D1
Black with #25E0D1
Text Example
Text Example
White with #25E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E0D1; }
p { color: rgb(37,224,209); }
H1.HeaderClassName
{
color: #25E0D1;
}
.AnyTagClassName
{
color: #25E0D1;
}
</style>
background-color css
<style>
a { background-color: #25E0D1; }
a { background-color: rgb(37,224,209); }
div.DivClassName
{
background-color: #25E0D1;
}
.BgClassName
{
background-color: #25E0D1;
}
</style>
border-color css
<style>
span { border-color: #25E0D1; }
span { border-color: rgb(37,224,209); }
td.TdClassName
{
border-color: #25E0D1;
}
.TagClassName
{
border-color: #25E0D1;
}
</style>