Shades of Turquoise #25DABF
Tints of Turquoise #25DABF
RGB
CMYK
RGB Variations
Color information
#25DABF (or 0x25DABF) is known color: Turquoise. HEX triplet: 25, DA and BF. RGB value is (37,218,191). Sum of RGB (Red+Green+Blue) = 37+218+191=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #25DABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DABF is #DA2540. Grayscale: #A0A0A0. Windows color (decimal): -14296385 or 12573221. OLE color: 12573221.
HSL color Cylindrical-coordinate representation of color #25DABF: hue angle of 171.05º 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 #25DABF is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 191 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.15 |
| HSL | 171.05º | 0.71% | 0.5% | - |
| HSV(B) | 171.05º | 0.83% | 0.85% | - |
| XYZ | 35.24 | 54.3 | 57.91 | - |
| YUV | 160.8 | 145.03 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 191 | 0.83 | 0 | 0.12 | 0.15 | 171.05 | 0.71 | 0.5 |
| Hex | 25 | DA | BF | 53 | 0 | C | F | AB | 47 | 32 |
| Octal | 45 | 332 | 277 | 123 | 0 | 14 | 17 | 253 | 107 | 62 |
| Binary | 100101 | 11011010 | 10111111 | 1010011 | 0 | 1100 | 1111 | 10101011 | 1000111 | 110010 |
Color Harmonies of #25DABF
Complementary color
Monochromatic Colors of #25DABF
Black with #25DABF
Text Example
Text Example
White with #25DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DABF; }
p { color: rgb(37,218,191); }
H1.HeaderClassName
{
color: #25DABF;
}
.AnyTagClassName
{
color: #25DABF;
}
</style>
background-color css
<style>
a { background-color: #25DABF; }
a { background-color: rgb(37,218,191); }
div.DivClassName
{
background-color: #25DABF;
}
.BgClassName
{
background-color: #25DABF;
}
</style>
border-color css
<style>
span { border-color: #25DABF; }
span { border-color: rgb(37,218,191); }
td.TdClassName
{
border-color: #25DABF;
}
.TagClassName
{
border-color: #25DABF;
}
</style>