Shades of Turquoise #25D8D1
Tints of Turquoise #25D8D1
RGB
CMYK
RGB Variations
Color information
#25D8D1 (or 0x25D8D1) is known color: Turquoise. HEX triplet: 25, D8 and D1. RGB value is (37,216,209). Sum of RGB (Red+Green+Blue) = 37+216+209=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #25D8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D8D1 is #DA272E. Grayscale: #A1A1A1. Windows color (decimal): -14296879 or 13752357. OLE color: 13752357.
HSL color Cylindrical-coordinate representation of color #25D8D1: hue angle of 177.65º 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 #25D8D1 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 216 | 209 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.15 |
| HSL | 177.65º | 0.71% | 0.5% | - |
| HSV(B) | 177.65º | 0.83% | 0.85% | - |
| XYZ | 36.83 | 54.11 | 68.82 | - |
| YUV | 161.68 | 154.7 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 216 | 209 | 0.83 | 0 | 0.03 | 0.15 | 177.65 | 0.71 | 0.5 |
| Hex | 25 | D8 | D1 | 53 | 0 | 3 | F | B2 | 47 | 32 |
| Octal | 45 | 330 | 321 | 123 | 0 | 3 | 17 | 262 | 107 | 62 |
| Binary | 100101 | 11011000 | 11010001 | 1010011 | 0 | 11 | 1111 | 10110010 | 1000111 | 110010 |
Color Harmonies of #25D8D1
Complementary color
Monochromatic Colors of #25D8D1
Black with #25D8D1
Text Example
Text Example
White with #25D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D8D1; }
p { color: rgb(37,216,209); }
H1.HeaderClassName
{
color: #25D8D1;
}
.AnyTagClassName
{
color: #25D8D1;
}
</style>
background-color css
<style>
a { background-color: #25D8D1; }
a { background-color: rgb(37,216,209); }
div.DivClassName
{
background-color: #25D8D1;
}
.BgClassName
{
background-color: #25D8D1;
}
</style>
border-color css
<style>
span { border-color: #25D8D1; }
span { border-color: rgb(37,216,209); }
td.TdClassName
{
border-color: #25D8D1;
}
.TagClassName
{
border-color: #25D8D1;
}
</style>