Shades of Turquoise #25DFBB
Tints of Turquoise #25DFBB
RGB
CMYK
RGB Variations
Color information
#25DFBB (or 0x25DFBB) is known color: Turquoise. HEX triplet: 25, DF and BB. RGB value is (37,223,187). Sum of RGB (Red+Green+Blue) = 37+223+187=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #25DFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFBB is #DA2044. Grayscale: #A3A3A3. Windows color (decimal): -14295109 or 12312357. OLE color: 12312357.
HSL color Cylindrical-coordinate representation of color #25DFBB: hue angle of 168.39º 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 #25DFBB is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 187 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.13 |
| HSL | 168.39º | 0.74% | 0.51% | - |
| HSV(B) | 168.39º | 0.83% | 0.87% | - |
| XYZ | 36.12 | 56.76 | 56.07 | - |
| YUV | 163.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 187 | 0.83 | 0 | 0.16 | 0.13 | 168.39 | 0.74 | 0.51 |
| Hex | 25 | DF | BB | 53 | 0 | 10 | D | A8 | 4A | 33 |
| Octal | 45 | 337 | 273 | 123 | 0 | 20 | 15 | 250 | 112 | 63 |
| Binary | 100101 | 11011111 | 10111011 | 1010011 | 0 | 10000 | 1101 | 10101000 | 1001010 | 110011 |
Color Harmonies of #25DFBB
Complementary color
Monochromatic Colors of #25DFBB
Black with #25DFBB
Text Example
Text Example
White with #25DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFBB; }
p { color: rgb(37,223,187); }
H1.HeaderClassName
{
color: #25DFBB;
}
.AnyTagClassName
{
color: #25DFBB;
}
</style>
background-color css
<style>
a { background-color: #25DFBB; }
a { background-color: rgb(37,223,187); }
div.DivClassName
{
background-color: #25DFBB;
}
.BgClassName
{
background-color: #25DFBB;
}
</style>
border-color css
<style>
span { border-color: #25DFBB; }
span { border-color: rgb(37,223,187); }
td.TdClassName
{
border-color: #25DFBB;
}
.TagClassName
{
border-color: #25DFBB;
}
</style>