Shades of Turquoise #25DCCC
Tints of Turquoise #25DCCC
RGB
CMYK
RGB Variations
Color information
#25DCCC (or 0x25DCCC) is known color: Turquoise. HEX triplet: 25, DC and CC. RGB value is (37,220,204). Sum of RGB (Red+Green+Blue) = 37+220+204=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCCC is #DA2333. Grayscale: #A3A3A3. Windows color (decimal): -14295860 or 13425701. OLE color: 13425701.
HSL color Cylindrical-coordinate representation of color #25DCCC: hue angle of 174.75º 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 #25DCCC is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 204 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.14 |
| HSL | 174.75º | 0.72% | 0.5% | - |
| HSV(B) | 174.75º | 0.83% | 0.86% | - |
| XYZ | 37.26 | 55.94 | 65.96 | - |
| YUV | 163.46 | 150.87 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 204 | 0.83 | 0 | 0.07 | 0.14 | 174.75 | 0.72 | 0.5 |
| Hex | 25 | DC | CC | 53 | 0 | 7 | E | AF | 48 | 32 |
| Octal | 45 | 334 | 314 | 123 | 0 | 7 | 16 | 257 | 110 | 62 |
| Binary | 100101 | 11011100 | 11001100 | 1010011 | 0 | 111 | 1110 | 10101111 | 1001000 | 110010 |
Color Harmonies of #25DCCC
Complementary color
Monochromatic Colors of #25DCCC
Black with #25DCCC
Text Example
Text Example
White with #25DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCCC; }
p { color: rgb(37,220,204); }
H1.HeaderClassName
{
color: #25DCCC;
}
.AnyTagClassName
{
color: #25DCCC;
}
</style>
background-color css
<style>
a { background-color: #25DCCC; }
a { background-color: rgb(37,220,204); }
div.DivClassName
{
background-color: #25DCCC;
}
.BgClassName
{
background-color: #25DCCC;
}
</style>
border-color css
<style>
span { border-color: #25DCCC; }
span { border-color: rgb(37,220,204); }
td.TdClassName
{
border-color: #25DCCC;
}
.TagClassName
{
border-color: #25DCCC;
}
</style>