Shades of Turquoise #25E5CD
Tints of Turquoise #25E5CD
RGB
CMYK
RGB Variations
Color information
#25E5CD (or 0x25E5CD) is known color: Turquoise. HEX triplet: 25, E5 and CD. RGB value is (37,229,205). Sum of RGB (Red+Green+Blue) = 37+229+205=471 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.86% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #25E5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E5CD is #DA1A32. Grayscale: #A8A8A8. Windows color (decimal): -14293555 or 13493541. OLE color: 13493541.
HSL color Cylindrical-coordinate representation of color #25E5CD: hue angle of 172.5º 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 #25E5CD is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 229 | 205 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.10 |
| HSL | 172.5º | 0.79% | 0.52% | - |
| HSV(B) | 172.5º | 0.84% | 0.9% | - |
| XYZ | 39.8 | 60.84 | 67.4 | - |
| YUV | 168.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 205 | 0.84 | 0 | 0.10 | 0.10 | 172.5 | 0.79 | 0.52 |
| Hex | 25 | E5 | CD | 54 | 0 | A | A | AC | 4F | 34 |
| Octal | 45 | 345 | 315 | 124 | 0 | 12 | 12 | 254 | 117 | 64 |
| Binary | 100101 | 11100101 | 11001101 | 1010100 | 0 | 1010 | 1010 | 10101100 | 1001111 | 110100 |
Color Harmonies of #25E5CD
Complementary color
Monochromatic Colors of #25E5CD
Black with #25E5CD
Text Example
Text Example
White with #25E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E5CD; }
p { color: rgb(37,229,205); }
H1.HeaderClassName
{
color: #25E5CD;
}
.AnyTagClassName
{
color: #25E5CD;
}
</style>
background-color css
<style>
a { background-color: #25E5CD; }
a { background-color: rgb(37,229,205); }
div.DivClassName
{
background-color: #25E5CD;
}
.BgClassName
{
background-color: #25E5CD;
}
</style>
border-color css
<style>
span { border-color: #25E5CD; }
span { border-color: rgb(37,229,205); }
td.TdClassName
{
border-color: #25E5CD;
}
.TagClassName
{
border-color: #25E5CD;
}
</style>