Shades of Turquoise #25DACD
Tints of Turquoise #25DACD
RGB
CMYK
RGB Variations
Color information
#25DACD (or 0x25DACD) is known color: Turquoise. HEX triplet: 25, DA and CD. RGB value is (37,218,205). Sum of RGB (Red+Green+Blue) = 37+218+205=460 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.04% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #25DACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DACD is #DA2532. Grayscale: #A2A2A2. Windows color (decimal): -14296371 or 13490725. OLE color: 13490725.
HSL color Cylindrical-coordinate representation of color #25DACD: hue angle of 175.69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DACD is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 205 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.15 |
| HSL | 175.69º | 0.71% | 0.5% | - |
| HSV(B) | 175.69º | 0.83% | 0.85% | - |
| XYZ | 36.85 | 54.94 | 66.42 | - |
| YUV | 162.4 | 152.03 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 205 | 0.83 | 0 | 0.06 | 0.15 | 175.69 | 0.71 | 0.5 |
| Hex | 25 | DA | CD | 53 | 0 | 6 | F | B0 | 47 | 32 |
| Octal | 45 | 332 | 315 | 123 | 0 | 6 | 17 | 260 | 107 | 62 |
| Binary | 100101 | 11011010 | 11001101 | 1010011 | 0 | 110 | 1111 | 10110000 | 1000111 | 110010 |
Color Harmonies of #25DACD
Complementary color
Monochromatic Colors of #25DACD
Black with #25DACD
Text Example
Text Example
White with #25DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DACD; }
p { color: rgb(37,218,205); }
H1.HeaderClassName
{
color: #25DACD;
}
.AnyTagClassName
{
color: #25DACD;
}
</style>
background-color css
<style>
a { background-color: #25DACD; }
a { background-color: rgb(37,218,205); }
div.DivClassName
{
background-color: #25DACD;
}
.BgClassName
{
background-color: #25DACD;
}
</style>
border-color css
<style>
span { border-color: #25DACD; }
span { border-color: rgb(37,218,205); }
td.TdClassName
{
border-color: #25DACD;
}
.TagClassName
{
border-color: #25DACD;
}
</style>