Shades of Turquoise #25DFBA
Tints of Turquoise #25DFBA
RGB
CMYK
RGB Variations
Color information
#25DFBA (or 0x25DFBA) is known color: Turquoise. HEX triplet: 25, DF and BA. RGB value is (37,223,186). Sum of RGB (Red+Green+Blue) = 37+223+186=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #25DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFBA is #DA2045. Grayscale: #A3A3A3. Windows color (decimal): -14295110 or 12246821. OLE color: 12246821.
HSL color Cylindrical-coordinate representation of color #25DFBA: hue angle of 168.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DFBA is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 186 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.13 |
| HSL | 168.06º | 0.74% | 0.51% | - |
| HSV(B) | 168.06º | 0.83% | 0.87% | - |
| XYZ | 36.01 | 56.71 | 55.5 | - |
| YUV | 163.17 | 140.88 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 186 | 0.83 | 0 | 0.17 | 0.13 | 168.06 | 0.74 | 0.51 |
| Hex | 25 | DF | BA | 53 | 0 | 11 | D | A8 | 4A | 33 |
| Octal | 45 | 337 | 272 | 123 | 0 | 21 | 15 | 250 | 112 | 63 |
| Binary | 100101 | 11011111 | 10111010 | 1010011 | 0 | 10001 | 1101 | 10101000 | 1001010 | 110011 |
Color Harmonies of #25DFBA
Complementary color
Monochromatic Colors of #25DFBA
Black with #25DFBA
Text Example
Text Example
White with #25DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFBA; }
p { color: rgb(37,223,186); }
H1.HeaderClassName
{
color: #25DFBA;
}
.AnyTagClassName
{
color: #25DFBA;
}
</style>
background-color css
<style>
a { background-color: #25DFBA; }
a { background-color: rgb(37,223,186); }
div.DivClassName
{
background-color: #25DFBA;
}
.BgClassName
{
background-color: #25DFBA;
}
</style>
border-color css
<style>
span { border-color: #25DFBA; }
span { border-color: rgb(37,223,186); }
td.TdClassName
{
border-color: #25DFBA;
}
.TagClassName
{
border-color: #25DFBA;
}
</style>