Shades of Bright Turquoise #25FFD0
Tints of Bright Turquoise #25FFD0
RGB
CMYK
RGB Variations
Color information
#25FFD0 (or 0x25FFD0) is known color: Bright Turquoise. HEX triplet: 25, FF and D0. RGB value is (37,255,208). Sum of RGB (Red+Green+Blue) = 37+255+208=500 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFD0 is #DA002F. Grayscale: #B8B8B8. Windows color (decimal): -14286896 or 13696805. OLE color: 13696805.
HSL color Cylindrical-coordinate representation of color #25FFD0: hue angle of 167.06º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFD0 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 208 | - |
| CMYK | 0.85 | 0 | 0.18 | 0 |
| HSL | 167.06º | 1% | 0.57% | - |
| HSV(B) | 167.06º | 0.85% | 1% | - |
| XYZ | 47.91 | 76.47 | 71.91 | - |
| YUV | 184.46 | 141.28 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 208 | 0.85 | 0 | 0.18 | 0 | 167.06 | 1 | 0.57 |
| Hex | 25 | FF | D0 | 55 | 0 | 12 | 0 | A7 | 64 | 39 |
| Octal | 45 | 377 | 320 | 125 | 0 | 22 | 0 | 247 | 144 | 71 |
| Binary | 100101 | 11111111 | 11010000 | 1010101 | 0 | 10010 | 0 | 10100111 | 1100100 | 111001 |
Color Harmonies of #25FFD0
Complementary color
Monochromatic Colors of #25FFD0
Black with #25FFD0
Text Example
Text Example
White with #25FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFD0; }
p { color: rgb(37,255,208); }
H1.HeaderClassName
{
color: #25FFD0;
}
.AnyTagClassName
{
color: #25FFD0;
}
</style>
background-color css
<style>
a { background-color: #25FFD0; }
a { background-color: rgb(37,255,208); }
div.DivClassName
{
background-color: #25FFD0;
}
.BgClassName
{
background-color: #25FFD0;
}
</style>
border-color css
<style>
span { border-color: #25FFD0; }
span { border-color: rgb(37,255,208); }
td.TdClassName
{
border-color: #25FFD0;
}
.TagClassName
{
border-color: #25FFD0;
}
</style>