Shades of Turquoise #25DCDB
Tints of Turquoise #25DCDB
RGB
CMYK
RGB Variations
Color information
#25DCDB (or 0x25DCDB) is known color: Turquoise. HEX triplet: 25, DC and DB. RGB value is (37,220,219). Sum of RGB (Red+Green+Blue) = 37+220+219=476 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.77% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCDB is #DA2324. Grayscale: #A4A4A4. Windows color (decimal): -14295845 or 14408741. OLE color: 14408741.
HSL color Cylindrical-coordinate representation of color #25DCDB: hue angle of 179.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCDB is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 219 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.14 |
| HSL | 179.67º | 0.72% | 0.5% | - |
| HSV(B) | 179.67º | 0.83% | 0.86% | - |
| XYZ | 39.14 | 56.69 | 75.9 | - |
| YUV | 165.17 | 158.37 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 219 | 0.83 | 0 | 0.00 | 0.14 | 179.67 | 0.72 | 0.5 |
| Hex | 25 | DC | DB | 53 | 0 | 0 | E | B4 | 48 | 32 |
| Octal | 45 | 334 | 333 | 123 | 0 | 0 | 16 | 264 | 110 | 62 |
| Binary | 100101 | 11011100 | 11011011 | 1010011 | 0 | 0 | 1110 | 10110100 | 1001000 | 110010 |
Color Harmonies of #25DCDB
Complementary color
Monochromatic Colors of #25DCDB
Black with #25DCDB
Text Example
Text Example
White with #25DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCDB; }
p { color: rgb(37,220,219); }
H1.HeaderClassName
{
color: #25DCDB;
}
.AnyTagClassName
{
color: #25DCDB;
}
</style>
background-color css
<style>
a { background-color: #25DCDB; }
a { background-color: rgb(37,220,219); }
div.DivClassName
{
background-color: #25DCDB;
}
.BgClassName
{
background-color: #25DCDB;
}
</style>
border-color css
<style>
span { border-color: #25DCDB; }
span { border-color: rgb(37,220,219); }
td.TdClassName
{
border-color: #25DCDB;
}
.TagClassName
{
border-color: #25DCDB;
}
</style>