Shades of Turquoise #25D6BE
Tints of Turquoise #25D6BE
RGB
CMYK
RGB Variations
Color information
#25D6BE (or 0x25D6BE) is known color: Turquoise. HEX triplet: 25, D6 and BE. RGB value is (37,214,190). Sum of RGB (Red+Green+Blue) = 37+214+190=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #25D6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D6BE is #DA2941. Grayscale: #9E9E9E. Windows color (decimal): -14297410 or 12506661. OLE color: 12506661.
HSL color Cylindrical-coordinate representation of color #25D6BE: hue angle of 171.86º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D6BE is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 190 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.16 |
| HSL | 171.86º | 0.71% | 0.49% | - |
| HSV(B) | 171.86º | 0.83% | 0.84% | - |
| XYZ | 34.1 | 52.2 | 56.99 | - |
| YUV | 158.34 | 145.86 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 190 | 0.83 | 0 | 0.11 | 0.16 | 171.86 | 0.71 | 0.49 |
| Hex | 25 | D6 | BE | 53 | 0 | B | 10 | AC | 47 | 31 |
| Octal | 45 | 326 | 276 | 123 | 0 | 13 | 20 | 254 | 107 | 61 |
| Binary | 100101 | 11010110 | 10111110 | 1010011 | 0 | 1011 | 10000 | 10101100 | 1000111 | 110001 |
Color Harmonies of #25D6BE
Complementary color
Monochromatic Colors of #25D6BE
Black with #25D6BE
Text Example
Text Example
White with #25D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D6BE; }
p { color: rgb(37,214,190); }
H1.HeaderClassName
{
color: #25D6BE;
}
.AnyTagClassName
{
color: #25D6BE;
}
</style>
background-color css
<style>
a { background-color: #25D6BE; }
a { background-color: rgb(37,214,190); }
div.DivClassName
{
background-color: #25D6BE;
}
.BgClassName
{
background-color: #25D6BE;
}
</style>
border-color css
<style>
span { border-color: #25D6BE; }
span { border-color: rgb(37,214,190); }
td.TdClassName
{
border-color: #25D6BE;
}
.TagClassName
{
border-color: #25D6BE;
}
</style>