Shades of Turquoise #25D2CB
Tints of Turquoise #25D2CB
RGB
CMYK
RGB Variations
Color information
#25D2CB (or 0x25D2CB) is known color: Turquoise. HEX triplet: 25, D2 and CB. RGB value is (37,210,203). Sum of RGB (Red+Green+Blue) = 37+210+203=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #25D2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D2CB is #DA2D34. Grayscale: #9D9D9D. Windows color (decimal): -14298421 or 13357605. OLE color: 13357605.
HSL color Cylindrical-coordinate representation of color #25D2CB: hue angle of 177.57º 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 #25D2CB is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 203 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.18 |
| HSL | 177.57º | 0.7% | 0.48% | - |
| HSV(B) | 177.57º | 0.82% | 0.82% | - |
| XYZ | 34.59 | 50.8 | 64.48 | - |
| YUV | 157.48 | 153.69 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 203 | 0.82 | 0 | 0.03 | 0.18 | 177.57 | 0.7 | 0.48 |
| Hex | 25 | D2 | CB | 52 | 0 | 3 | 12 | B2 | 46 | 30 |
| Octal | 45 | 322 | 313 | 122 | 0 | 3 | 22 | 262 | 106 | 60 |
| Binary | 100101 | 11010010 | 11001011 | 1010010 | 0 | 11 | 10010 | 10110010 | 1000110 | 110000 |
Color Harmonies of #25D2CB
Complementary color
Monochromatic Colors of #25D2CB
Black with #25D2CB
Text Example
Text Example
White with #25D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D2CB; }
p { color: rgb(37,210,203); }
H1.HeaderClassName
{
color: #25D2CB;
}
.AnyTagClassName
{
color: #25D2CB;
}
</style>
background-color css
<style>
a { background-color: #25D2CB; }
a { background-color: rgb(37,210,203); }
div.DivClassName
{
background-color: #25D2CB;
}
.BgClassName
{
background-color: #25D2CB;
}
</style>
border-color css
<style>
span { border-color: #25D2CB; }
span { border-color: rgb(37,210,203); }
td.TdClassName
{
border-color: #25D2CB;
}
.TagClassName
{
border-color: #25D2CB;
}
</style>