Shades of Turquoise #25D2BF
Tints of Turquoise #25D2BF
RGB
CMYK
RGB Variations
Color information
#25D2BF (or 0x25D2BF) is known color: Turquoise. HEX triplet: 25, D2 and BF. RGB value is (37,210,191). Sum of RGB (Red+Green+Blue) = 37+210+191=438 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.45% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #25D2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D2BF is #DA2D40. Grayscale: #9C9C9C. Windows color (decimal): -14298433 or 12571173. OLE color: 12571173.
HSL color Cylindrical-coordinate representation of color #25D2BF: hue angle of 173.41º 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 #25D2BF is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 191 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.18 |
| HSL | 173.41º | 0.7% | 0.48% | - |
| HSV(B) | 173.41º | 0.82% | 0.82% | - |
| XYZ | 33.21 | 50.25 | 57.24 | - |
| YUV | 156.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 191 | 0.82 | 0 | 0.09 | 0.18 | 173.41 | 0.7 | 0.48 |
| Hex | 25 | D2 | BF | 52 | 0 | 9 | 12 | AD | 46 | 30 |
| Octal | 45 | 322 | 277 | 122 | 0 | 11 | 22 | 255 | 106 | 60 |
| Binary | 100101 | 11010010 | 10111111 | 1010010 | 0 | 1001 | 10010 | 10101101 | 1000110 | 110000 |
Color Harmonies of #25D2BF
Complementary color
Monochromatic Colors of #25D2BF
Black with #25D2BF
Text Example
Text Example
White with #25D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D2BF; }
p { color: rgb(37,210,191); }
H1.HeaderClassName
{
color: #25D2BF;
}
.AnyTagClassName
{
color: #25D2BF;
}
</style>
background-color css
<style>
a { background-color: #25D2BF; }
a { background-color: rgb(37,210,191); }
div.DivClassName
{
background-color: #25D2BF;
}
.BgClassName
{
background-color: #25D2BF;
}
</style>
border-color css
<style>
span { border-color: #25D2BF; }
span { border-color: rgb(37,210,191); }
td.TdClassName
{
border-color: #25D2BF;
}
.TagClassName
{
border-color: #25D2BF;
}
</style>