Shades of Turquoise #25DDBD
Tints of Turquoise #25DDBD
RGB
CMYK
RGB Variations
Color information
#25DDBD (or 0x25DDBD) is known color: Turquoise. HEX triplet: 25, DD and BD. RGB value is (37,221,189). Sum of RGB (Red+Green+Blue) = 37+221+189=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDBD is #DA2242. Grayscale: #A2A2A2. Windows color (decimal): -14295619 or 12442917. OLE color: 12442917.
HSL color Cylindrical-coordinate representation of color #25DDBD: hue angle of 169.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DDBD is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 189 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.13 |
| HSL | 169.57º | 0.73% | 0.51% | - |
| HSV(B) | 169.57º | 0.83% | 0.87% | - |
| XYZ | 35.8 | 55.78 | 57.02 | - |
| YUV | 162.34 | 143.04 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 189 | 0.83 | 0 | 0.14 | 0.13 | 169.57 | 0.73 | 0.51 |
| Hex | 25 | DD | BD | 53 | 0 | E | D | AA | 49 | 33 |
| Octal | 45 | 335 | 275 | 123 | 0 | 16 | 15 | 252 | 111 | 63 |
| Binary | 100101 | 11011101 | 10111101 | 1010011 | 0 | 1110 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #25DDBD
Complementary color
Monochromatic Colors of #25DDBD
Black with #25DDBD
Text Example
Text Example
White with #25DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDBD; }
p { color: rgb(37,221,189); }
H1.HeaderClassName
{
color: #25DDBD;
}
.AnyTagClassName
{
color: #25DDBD;
}
</style>
background-color css
<style>
a { background-color: #25DDBD; }
a { background-color: rgb(37,221,189); }
div.DivClassName
{
background-color: #25DDBD;
}
.BgClassName
{
background-color: #25DDBD;
}
</style>
border-color css
<style>
span { border-color: #25DDBD; }
span { border-color: rgb(37,221,189); }
td.TdClassName
{
border-color: #25DDBD;
}
.TagClassName
{
border-color: #25DDBD;
}
</style>