Shades of Turquoise #25D8CB
Tints of Turquoise #25D8CB
RGB
CMYK
RGB Variations
Color information
#25D8CB (or 0x25D8CB) is known color: Turquoise. HEX triplet: 25, D8 and CB. RGB value is (37,216,203). Sum of RGB (Red+Green+Blue) = 37+216+203=456 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.11% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #25D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D8CB is #DA2734. Grayscale: #A0A0A0. Windows color (decimal): -14296885 or 13359141. OLE color: 13359141.
HSL color Cylindrical-coordinate representation of color #25D8CB: hue angle of 175.64º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D8CB is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 216 | 203 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.15 |
| HSL | 175.64º | 0.71% | 0.5% | - |
| HSV(B) | 175.64º | 0.83% | 0.85% | - |
| XYZ | 36.1 | 53.82 | 64.99 | - |
| YUV | 161 | 151.7 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 216 | 203 | 0.83 | 0 | 0.06 | 0.15 | 175.64 | 0.71 | 0.5 |
| Hex | 25 | D8 | CB | 53 | 0 | 6 | F | B0 | 47 | 32 |
| Octal | 45 | 330 | 313 | 123 | 0 | 6 | 17 | 260 | 107 | 62 |
| Binary | 100101 | 11011000 | 11001011 | 1010011 | 0 | 110 | 1111 | 10110000 | 1000111 | 110010 |
Color Harmonies of #25D8CB
Complementary color
Monochromatic Colors of #25D8CB
Black with #25D8CB
Text Example
Text Example
White with #25D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D8CB; }
p { color: rgb(37,216,203); }
H1.HeaderClassName
{
color: #25D8CB;
}
.AnyTagClassName
{
color: #25D8CB;
}
</style>
background-color css
<style>
a { background-color: #25D8CB; }
a { background-color: rgb(37,216,203); }
div.DivClassName
{
background-color: #25D8CB;
}
.BgClassName
{
background-color: #25D8CB;
}
</style>
border-color css
<style>
span { border-color: #25D8CB; }
span { border-color: rgb(37,216,203); }
td.TdClassName
{
border-color: #25D8CB;
}
.TagClassName
{
border-color: #25D8CB;
}
</style>