Shades of Bright Turquoise #25FFDA
Tints of Bright Turquoise #25FFDA
RGB
CMYK
RGB Variations
Color information
#25FFDA (or 0x25FFDA) is known color: Bright Turquoise. HEX triplet: 25, FF and DA. RGB value is (37,255,218). Sum of RGB (Red+Green+Blue) = 37+255+218=510 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.25% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFDA is #DA0025. Grayscale: #B9B9B9. Windows color (decimal): -14286886 or 14352165. OLE color: 14352165.
HSL color Cylindrical-coordinate representation of color #25FFDA: hue angle of 169.82º 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 #25FFDA is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 218 | - |
| CMYK | 0.85 | 0 | 0.15 | 0 |
| HSL | 169.82º | 1% | 0.57% | - |
| HSV(B) | 169.82º | 0.85% | 1% | - |
| XYZ | 49.18 | 76.98 | 78.6 | - |
| YUV | 185.6 | 146.28 | 22.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 218 | 0.85 | 0 | 0.15 | 0 | 169.82 | 1 | 0.57 |
| Hex | 25 | FF | DA | 55 | 0 | F | 0 | AA | 64 | 39 |
| Octal | 45 | 377 | 332 | 125 | 0 | 17 | 0 | 252 | 144 | 71 |
| Binary | 100101 | 11111111 | 11011010 | 1010101 | 0 | 1111 | 0 | 10101010 | 1100100 | 111001 |
Color Harmonies of #25FFDA
Complementary color
Monochromatic Colors of #25FFDA
Black with #25FFDA
Text Example
Text Example
White with #25FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFDA; }
p { color: rgb(37,255,218); }
H1.HeaderClassName
{
color: #25FFDA;
}
.AnyTagClassName
{
color: #25FFDA;
}
</style>
background-color css
<style>
a { background-color: #25FFDA; }
a { background-color: rgb(37,255,218); }
div.DivClassName
{
background-color: #25FFDA;
}
.BgClassName
{
background-color: #25FFDA;
}
</style>
border-color css
<style>
span { border-color: #25FFDA; }
span { border-color: rgb(37,255,218); }
td.TdClassName
{
border-color: #25FFDA;
}
.TagClassName
{
border-color: #25FFDA;
}
</style>