Shades of Turquoise #25FDBD
Tints of Turquoise #25FDBD
RGB
CMYK
RGB Variations
Color information
#25FDBD (or 0x25FDBD) is known color: Turquoise. HEX triplet: 25, FD and BD. RGB value is (37,253,189). Sum of RGB (Red+Green+Blue) = 37+253+189=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #25FDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FDBD is #DA0242. Grayscale: #B5B5B5. Windows color (decimal): -14287427 or 12451109. OLE color: 12451109.
HSL color Cylindrical-coordinate representation of color #25FDBD: hue angle of 162.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FDBD is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 253 | 189 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.01 |
| HSL | 162.22º | 0.98% | 0.57% | - |
| HSV(B) | 162.22º | 0.85% | 0.99% | - |
| XYZ | 45.07 | 74.32 | 60.11 | - |
| YUV | 181.12 | 132.44 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 253 | 189 | 0.85 | 0 | 0.25 | 0.01 | 162.22 | 0.98 | 0.57 |
| Hex | 25 | FD | BD | 55 | 0 | 19 | 1 | A2 | 62 | 39 |
| Octal | 45 | 375 | 275 | 125 | 0 | 31 | 1 | 242 | 142 | 71 |
| Binary | 100101 | 11111101 | 10111101 | 1010101 | 0 | 11001 | 1 | 10100010 | 1100010 | 111001 |
Color Harmonies of #25FDBD
Complementary color
Monochromatic Colors of #25FDBD
Black with #25FDBD
Text Example
Text Example
White with #25FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FDBD; }
p { color: rgb(37,253,189); }
H1.HeaderClassName
{
color: #25FDBD;
}
.AnyTagClassName
{
color: #25FDBD;
}
</style>
background-color css
<style>
a { background-color: #25FDBD; }
a { background-color: rgb(37,253,189); }
div.DivClassName
{
background-color: #25FDBD;
}
.BgClassName
{
background-color: #25FDBD;
}
</style>
border-color css
<style>
span { border-color: #25FDBD; }
span { border-color: rgb(37,253,189); }
td.TdClassName
{
border-color: #25FDBD;
}
.TagClassName
{
border-color: #25FDBD;
}
</style>