Shades of Turquoise #25DCBF
Tints of Turquoise #25DCBF
RGB
CMYK
RGB Variations
Color information
#25DCBF (or 0x25DCBF) is known color: Turquoise. HEX triplet: 25, DC and BF. RGB value is (37,220,191). Sum of RGB (Red+Green+Blue) = 37+220+191=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCBF is #DA2340. Grayscale: #A1A1A1. Windows color (decimal): -14295873 or 12573733. OLE color: 12573733.
HSL color Cylindrical-coordinate representation of color #25DCBF: hue angle of 170.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCBF is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 191 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.14 |
| HSL | 170.49º | 0.72% | 0.5% | - |
| HSV(B) | 170.49º | 0.83% | 0.86% | - |
| XYZ | 35.76 | 55.34 | 58.09 | - |
| YUV | 161.98 | 144.37 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 191 | 0.83 | 0 | 0.13 | 0.14 | 170.49 | 0.72 | 0.5 |
| Hex | 25 | DC | BF | 53 | 0 | D | E | AA | 48 | 32 |
| Octal | 45 | 334 | 277 | 123 | 0 | 15 | 16 | 252 | 110 | 62 |
| Binary | 100101 | 11011100 | 10111111 | 1010011 | 0 | 1101 | 1110 | 10101010 | 1001000 | 110010 |
Color Harmonies of #25DCBF
Complementary color
Monochromatic Colors of #25DCBF
Black with #25DCBF
Text Example
Text Example
White with #25DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCBF; }
p { color: rgb(37,220,191); }
H1.HeaderClassName
{
color: #25DCBF;
}
.AnyTagClassName
{
color: #25DCBF;
}
</style>
background-color css
<style>
a { background-color: #25DCBF; }
a { background-color: rgb(37,220,191); }
div.DivClassName
{
background-color: #25DCBF;
}
.BgClassName
{
background-color: #25DCBF;
}
</style>
border-color css
<style>
span { border-color: #25DCBF; }
span { border-color: rgb(37,220,191); }
td.TdClassName
{
border-color: #25DCBF;
}
.TagClassName
{
border-color: #25DCBF;
}
</style>