Shades of Medium Turquoise #25CACF
Tints of Medium Turquoise #25CACF
RGB
CMYK
RGB Variations
Color information
#25CACF (or 0x25CACF) is known color: Medium Turquoise. HEX triplet: 25, CA and CF. RGB value is (37,202,207). Sum of RGB (Red+Green+Blue) = 37+202+207=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #25CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CACF is #DA3530. Grayscale: #999999. Windows color (decimal): -14300465 or 13617701. OLE color: 13617701.
HSL color Cylindrical-coordinate representation of color #25CACF: hue angle of 181.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CACF is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 202 | 207 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.19 |
| HSL | 181.76º | 0.7% | 0.48% | - |
| HSV(B) | 181.76º | 0.82% | 0.81% | - |
| XYZ | 33.15 | 47.14 | 66.38 | - |
| YUV | 153.24 | 158.34 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 207 | 0.82 | 0.02 | 0 | 0.19 | 181.76 | 0.7 | 0.48 |
| Hex | 25 | CA | CF | 52 | 2 | 0 | 13 | B6 | 46 | 30 |
| Octal | 45 | 312 | 317 | 122 | 2 | 0 | 23 | 266 | 106 | 60 |
| Binary | 100101 | 11001010 | 11001111 | 1010010 | 10 | 0 | 10011 | 10110110 | 1000110 | 110000 |
Color Harmonies of #25CACF
Complementary color
Monochromatic Colors of #25CACF
Black with #25CACF
Text Example
Text Example
White with #25CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CACF; }
p { color: rgb(37,202,207); }
H1.HeaderClassName
{
color: #25CACF;
}
.AnyTagClassName
{
color: #25CACF;
}
</style>
background-color css
<style>
a { background-color: #25CACF; }
a { background-color: rgb(37,202,207); }
div.DivClassName
{
background-color: #25CACF;
}
.BgClassName
{
background-color: #25CACF;
}
</style>
border-color css
<style>
span { border-color: #25CACF; }
span { border-color: rgb(37,202,207); }
td.TdClassName
{
border-color: #25CACF;
}
.TagClassName
{
border-color: #25CACF;
}
</style>