Shades of Turquoise #25D0C2
Tints of Turquoise #25D0C2
RGB
CMYK
RGB Variations
Color information
#25D0C2 (or 0x25D0C2) is known color: Turquoise. HEX triplet: 25, D0 and C2. RGB value is (37,208,194). Sum of RGB (Red+Green+Blue) = 37+208+194=439 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.43% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #25D0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D0C2 is #DA2F3D. Grayscale: #9B9B9B. Windows color (decimal): -14298942 or 12767269. OLE color: 12767269.
HSL color Cylindrical-coordinate representation of color #25D0C2: hue angle of 175.09º 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 #25D0C2 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 194 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.18 |
| HSL | 175.09º | 0.7% | 0.48% | - |
| HSV(B) | 175.09º | 0.82% | 0.82% | - |
| XYZ | 33.06 | 49.4 | 58.83 | - |
| YUV | 155.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 194 | 0.82 | 0 | 0.07 | 0.18 | 175.09 | 0.7 | 0.48 |
| Hex | 25 | D0 | C2 | 52 | 0 | 7 | 12 | AF | 46 | 30 |
| Octal | 45 | 320 | 302 | 122 | 0 | 7 | 22 | 257 | 106 | 60 |
| Binary | 100101 | 11010000 | 11000010 | 1010010 | 0 | 111 | 10010 | 10101111 | 1000110 | 110000 |
Color Harmonies of #25D0C2
Complementary color
Monochromatic Colors of #25D0C2
Black with #25D0C2
Text Example
Text Example
White with #25D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D0C2; }
p { color: rgb(37,208,194); }
H1.HeaderClassName
{
color: #25D0C2;
}
.AnyTagClassName
{
color: #25D0C2;
}
</style>
background-color css
<style>
a { background-color: #25D0C2; }
a { background-color: rgb(37,208,194); }
div.DivClassName
{
background-color: #25D0C2;
}
.BgClassName
{
background-color: #25D0C2;
}
</style>
border-color css
<style>
span { border-color: #25D0C2; }
span { border-color: rgb(37,208,194); }
td.TdClassName
{
border-color: #25D0C2;
}
.TagClassName
{
border-color: #25D0C2;
}
</style>