Shades of Turquoise #25CDC2
Tints of Turquoise #25CDC2
RGB
CMYK
RGB Variations
Color information
#25CDC2 (or 0x25CDC2) is known color: Turquoise. HEX triplet: 25, CD and C2. RGB value is (37,205,194). Sum of RGB (Red+Green+Blue) = 37+205+194=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #25CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDC2 is #DA323D. Grayscale: #999999. Windows color (decimal): -14299710 or 12766501. OLE color: 12766501.
HSL color Cylindrical-coordinate representation of color #25CDC2: hue angle of 176.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CDC2 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 205 | 194 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.20 |
| HSL | 176.07º | 0.69% | 0.47% | - |
| HSV(B) | 176.07º | 0.82% | 0.8% | - |
| XYZ | 32.33 | 47.95 | 58.59 | - |
| YUV | 153.51 | 150.84 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 194 | 0.82 | 0 | 0.05 | 0.20 | 176.07 | 0.69 | 0.47 |
| Hex | 25 | CD | C2 | 52 | 0 | 5 | 14 | B0 | 45 | 2F |
| Octal | 45 | 315 | 302 | 122 | 0 | 5 | 24 | 260 | 105 | 57 |
| Binary | 100101 | 11001101 | 11000010 | 1010010 | 0 | 101 | 10100 | 10110000 | 1000101 | 101111 |
Color Harmonies of #25CDC2
Complementary color
Monochromatic Colors of #25CDC2
Black with #25CDC2
Text Example
Text Example
White with #25CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDC2; }
p { color: rgb(37,205,194); }
H1.HeaderClassName
{
color: #25CDC2;
}
.AnyTagClassName
{
color: #25CDC2;
}
</style>
background-color css
<style>
a { background-color: #25CDC2; }
a { background-color: rgb(37,205,194); }
div.DivClassName
{
background-color: #25CDC2;
}
.BgClassName
{
background-color: #25CDC2;
}
</style>
border-color css
<style>
span { border-color: #25CDC2; }
span { border-color: rgb(37,205,194); }
td.TdClassName
{
border-color: #25CDC2;
}
.TagClassName
{
border-color: #25CDC2;
}
</style>