Shades of Medium Turquoise #25CACB
Tints of Medium Turquoise #25CACB
RGB
CMYK
RGB Variations
Color information
#25CACB (or 0x25CACB) is known color: Medium Turquoise. HEX triplet: 25, CA and CB. RGB value is (37,202,203). Sum of RGB (Red+Green+Blue) = 37+202+203=442 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.37% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #25CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CACB is #DA3534. Grayscale: #989898. Windows color (decimal): -14300469 or 13355557. OLE color: 13355557.
HSL color Cylindrical-coordinate representation of color #25CACB: hue angle of 180.36º 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 #25CACB is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 202 | 203 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.20 |
| HSL | 180.36º | 0.69% | 0.47% | - |
| HSV(B) | 180.36º | 0.82% | 0.8% | - |
| XYZ | 32.66 | 46.95 | 63.84 | - |
| YUV | 152.78 | 156.34 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 203 | 0.82 | 0.00 | 0 | 0.20 | 180.36 | 0.69 | 0.47 |
| Hex | 25 | CA | CB | 52 | 0 | 0 | 14 | B4 | 45 | 2F |
| Octal | 45 | 312 | 313 | 122 | 0 | 0 | 24 | 264 | 105 | 57 |
| Binary | 100101 | 11001010 | 11001011 | 1010010 | 0 | 0 | 10100 | 10110100 | 1000101 | 101111 |
Color Harmonies of #25CACB
Complementary color
Monochromatic Colors of #25CACB
Black with #25CACB
Text Example
Text Example
White with #25CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CACB; }
p { color: rgb(37,202,203); }
H1.HeaderClassName
{
color: #25CACB;
}
.AnyTagClassName
{
color: #25CACB;
}
</style>
background-color css
<style>
a { background-color: #25CACB; }
a { background-color: rgb(37,202,203); }
div.DivClassName
{
background-color: #25CACB;
}
.BgClassName
{
background-color: #25CACB;
}
</style>
border-color css
<style>
span { border-color: #25CACB; }
span { border-color: rgb(37,202,203); }
td.TdClassName
{
border-color: #25CACB;
}
.TagClassName
{
border-color: #25CACB;
}
</style>