Shades of Medium Turquoise #25CBC4
Tints of Medium Turquoise #25CBC4
RGB
CMYK
RGB Variations
Color information
#25CBC4 (or 0x25CBC4) is known color: Medium Turquoise. HEX triplet: 25, CB and C4. RGB value is (37,203,196). Sum of RGB (Red+Green+Blue) = 37+203+196=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #25CBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CBC4 is #DA343B. Grayscale: #989898. Windows color (decimal): -14300220 or 12897061. OLE color: 12897061.
HSL color Cylindrical-coordinate representation of color #25CBC4: hue angle of 177.47º 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 #25CBC4 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 196 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.20 |
| HSL | 177.47º | 0.69% | 0.47% | - |
| HSV(B) | 177.47º | 0.82% | 0.8% | - |
| XYZ | 32.08 | 47.09 | 59.62 | - |
| YUV | 152.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 196 | 0.82 | 0 | 0.03 | 0.20 | 177.47 | 0.69 | 0.47 |
| Hex | 25 | CB | C4 | 52 | 0 | 3 | 14 | B1 | 45 | 2F |
| Octal | 45 | 313 | 304 | 122 | 0 | 3 | 24 | 261 | 105 | 57 |
| Binary | 100101 | 11001011 | 11000100 | 1010010 | 0 | 11 | 10100 | 10110001 | 1000101 | 101111 |
Color Harmonies of #25CBC4
Complementary color
Monochromatic Colors of #25CBC4
Black with #25CBC4
Text Example
Text Example
White with #25CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CBC4; }
p { color: rgb(37,203,196); }
H1.HeaderClassName
{
color: #25CBC4;
}
.AnyTagClassName
{
color: #25CBC4;
}
</style>
background-color css
<style>
a { background-color: #25CBC4; }
a { background-color: rgb(37,203,196); }
div.DivClassName
{
background-color: #25CBC4;
}
.BgClassName
{
background-color: #25CBC4;
}
</style>
border-color css
<style>
span { border-color: #25CBC4; }
span { border-color: rgb(37,203,196); }
td.TdClassName
{
border-color: #25CBC4;
}
.TagClassName
{
border-color: #25CBC4;
}
</style>