Shades of Turquoise #25DDCB
Tints of Turquoise #25DDCB
RGB
CMYK
RGB Variations
Color information
#25DDCB (or 0x25DDCB) is known color: Turquoise. HEX triplet: 25, DD and CB. RGB value is (37,221,203). Sum of RGB (Red+Green+Blue) = 37+221+203=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDCB is #DA2234. Grayscale: #A3A3A3. Windows color (decimal): -14295605 or 13360421. OLE color: 13360421.
HSL color Cylindrical-coordinate representation of color #25DDCB: hue angle of 174.13º 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 #25DDCB is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 203 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.13 |
| HSL | 174.13º | 0.73% | 0.51% | - |
| HSV(B) | 174.13º | 0.83% | 0.87% | - |
| XYZ | 37.4 | 56.42 | 65.42 | - |
| YUV | 163.93 | 150.04 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 203 | 0.83 | 0 | 0.08 | 0.13 | 174.13 | 0.73 | 0.51 |
| Hex | 25 | DD | CB | 53 | 0 | 8 | D | AE | 49 | 33 |
| Octal | 45 | 335 | 313 | 123 | 0 | 10 | 15 | 256 | 111 | 63 |
| Binary | 100101 | 11011101 | 11001011 | 1010011 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110011 |
Color Harmonies of #25DDCB
Complementary color
Monochromatic Colors of #25DDCB
Black with #25DDCB
Text Example
Text Example
White with #25DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDCB; }
p { color: rgb(37,221,203); }
H1.HeaderClassName
{
color: #25DDCB;
}
.AnyTagClassName
{
color: #25DDCB;
}
</style>
background-color css
<style>
a { background-color: #25DDCB; }
a { background-color: rgb(37,221,203); }
div.DivClassName
{
background-color: #25DDCB;
}
.BgClassName
{
background-color: #25DDCB;
}
</style>
border-color css
<style>
span { border-color: #25DDCB; }
span { border-color: rgb(37,221,203); }
td.TdClassName
{
border-color: #25DDCB;
}
.TagClassName
{
border-color: #25DDCB;
}
</style>