Shades of Bright Turquoise #25F1DF
Tints of Bright Turquoise #25F1DF
RGB
CMYK
RGB Variations
Color information
#25F1DF (or 0x25F1DF) is known color: Bright Turquoise. HEX triplet: 25, F1 and DF. RGB value is (37,241,223). Sum of RGB (Red+Green+Blue) = 37+241+223=501 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.39% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1DF is #DA0E20. Grayscale: #B1B1B1. Windows color (decimal): -14290465 or 14676261. OLE color: 14676261.
HSL color Cylindrical-coordinate representation of color #25F1DF: hue angle of 174.71º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F1DF is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 223 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.05 |
| HSL | 174.71º | 0.88% | 0.55% | - |
| HSV(B) | 174.71º | 0.85% | 0.95% | - |
| XYZ | 45.54 | 68.63 | 80.66 | - |
| YUV | 177.95 | 153.41 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 223 | 0.85 | 0 | 0.07 | 0.05 | 174.71 | 0.88 | 0.55 |
| Hex | 25 | F1 | DF | 55 | 0 | 7 | 5 | AF | 58 | 37 |
| Octal | 45 | 361 | 337 | 125 | 0 | 7 | 5 | 257 | 130 | 67 |
| Binary | 100101 | 11110001 | 11011111 | 1010101 | 0 | 111 | 101 | 10101111 | 1011000 | 110111 |
Color Harmonies of #25F1DF
Complementary color
Monochromatic Colors of #25F1DF
Black with #25F1DF
Text Example
Text Example
White with #25F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F1DF; }
p { color: rgb(37,241,223); }
H1.HeaderClassName
{
color: #25F1DF;
}
.AnyTagClassName
{
color: #25F1DF;
}
</style>
background-color css
<style>
a { background-color: #25F1DF; }
a { background-color: rgb(37,241,223); }
div.DivClassName
{
background-color: #25F1DF;
}
.BgClassName
{
background-color: #25F1DF;
}
</style>
border-color css
<style>
span { border-color: #25F1DF; }
span { border-color: rgb(37,241,223); }
td.TdClassName
{
border-color: #25F1DF;
}
.TagClassName
{
border-color: #25F1DF;
}
</style>