Shades of Turquoise #25D1C2
Tints of Turquoise #25D1C2
RGB
CMYK
RGB Variations
Color information
#25D1C2 (or 0x25D1C2) is known color: Turquoise. HEX triplet: 25, D1 and C2. RGB value is (37,209,194). Sum of RGB (Red+Green+Blue) = 37+209+194=440 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.41% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #25D1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D1C2 is #DA2E3D. Grayscale: #9B9B9B. Windows color (decimal): -14298686 or 12767525. OLE color: 12767525.
HSL color Cylindrical-coordinate representation of color #25D1C2: hue angle of 174.77º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D1C2 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 209 | 194 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.18 |
| HSL | 174.77º | 0.7% | 0.48% | - |
| HSV(B) | 174.77º | 0.82% | 0.82% | - |
| XYZ | 33.3 | 49.89 | 58.91 | - |
| YUV | 155.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 209 | 194 | 0.82 | 0 | 0.07 | 0.18 | 174.77 | 0.7 | 0.48 |
| Hex | 25 | D1 | C2 | 52 | 0 | 7 | 12 | AF | 46 | 30 |
| Octal | 45 | 321 | 302 | 122 | 0 | 7 | 22 | 257 | 106 | 60 |
| Binary | 100101 | 11010001 | 11000010 | 1010010 | 0 | 111 | 10010 | 10101111 | 1000110 | 110000 |
Color Harmonies of #25D1C2
Complementary color
Monochromatic Colors of #25D1C2
Black with #25D1C2
Text Example
Text Example
White with #25D1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D1C2; }
p { color: rgb(37,209,194); }
H1.HeaderClassName
{
color: #25D1C2;
}
.AnyTagClassName
{
color: #25D1C2;
}
</style>
background-color css
<style>
a { background-color: #25D1C2; }
a { background-color: rgb(37,209,194); }
div.DivClassName
{
background-color: #25D1C2;
}
.BgClassName
{
background-color: #25D1C2;
}
</style>
border-color css
<style>
span { border-color: #25D1C2; }
span { border-color: rgb(37,209,194); }
td.TdClassName
{
border-color: #25D1C2;
}
.TagClassName
{
border-color: #25D1C2;
}
</style>