Shades of Turquoise #25DDBE
Tints of Turquoise #25DDBE
RGB
CMYK
RGB Variations
Color information
#25DDBE (or 0x25DDBE) is known color: Turquoise. HEX triplet: 25, DD and BE. RGB value is (37,221,190). Sum of RGB (Red+Green+Blue) = 37+221+190=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDBE is #DA2241. Grayscale: #A2A2A2. Windows color (decimal): -14295618 or 12508453. OLE color: 12508453.
HSL color Cylindrical-coordinate representation of color #25DDBE: hue angle of 169.89º 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 #25DDBE is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 190 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.13 |
| HSL | 169.89º | 0.73% | 0.51% | - |
| HSV(B) | 169.89º | 0.83% | 0.87% | - |
| XYZ | 35.91 | 55.82 | 57.6 | - |
| YUV | 162.45 | 143.54 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 190 | 0.83 | 0 | 0.14 | 0.13 | 169.89 | 0.73 | 0.51 |
| Hex | 25 | DD | BE | 53 | 0 | E | D | AA | 49 | 33 |
| Octal | 45 | 335 | 276 | 123 | 0 | 16 | 15 | 252 | 111 | 63 |
| Binary | 100101 | 11011101 | 10111110 | 1010011 | 0 | 1110 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #25DDBE
Complementary color
Monochromatic Colors of #25DDBE
Black with #25DDBE
Text Example
Text Example
White with #25DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDBE; }
p { color: rgb(37,221,190); }
H1.HeaderClassName
{
color: #25DDBE;
}
.AnyTagClassName
{
color: #25DDBE;
}
</style>
background-color css
<style>
a { background-color: #25DDBE; }
a { background-color: rgb(37,221,190); }
div.DivClassName
{
background-color: #25DDBE;
}
.BgClassName
{
background-color: #25DDBE;
}
</style>
border-color css
<style>
span { border-color: #25DDBE; }
span { border-color: rgb(37,221,190); }
td.TdClassName
{
border-color: #25DDBE;
}
.TagClassName
{
border-color: #25DDBE;
}
</style>