Shades of Bright Turquoise #25DCF1
Tints of Bright Turquoise #25DCF1
RGB
CMYK
RGB Variations
Color information
#25DCF1 (or 0x25DCF1) is known color: Bright Turquoise. HEX triplet: 25, DC and F1. RGB value is (37,220,241). Sum of RGB (Red+Green+Blue) = 37+220+241=498 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.43% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #25DCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCF1 is #DA230E. Grayscale: #A7A7A7. Windows color (decimal): -14295823 or 15850533. OLE color: 15850533.
HSL color Cylindrical-coordinate representation of color #25DCF1: hue angle of 186.18º 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 #25DCF1 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 220 | 241 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.05 |
| HSL | 186.18º | 0.88% | 0.55% | - |
| HSV(B) | 186.18º | 0.85% | 0.95% | - |
| XYZ | 42.23 | 57.93 | 92.17 | - |
| YUV | 167.68 | 169.37 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 241 | 0.85 | 0.09 | 0 | 0.05 | 186.18 | 0.88 | 0.55 |
| Hex | 25 | DC | F1 | 55 | 9 | 0 | 5 | BA | 58 | 37 |
| Octal | 45 | 334 | 361 | 125 | 11 | 0 | 5 | 272 | 130 | 67 |
| Binary | 100101 | 11011100 | 11110001 | 1010101 | 1001 | 0 | 101 | 10111010 | 1011000 | 110111 |
Color Harmonies of #25DCF1
Complementary color
Monochromatic Colors of #25DCF1
Black with #25DCF1
Text Example
Text Example
White with #25DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCF1; }
p { color: rgb(37,220,241); }
H1.HeaderClassName
{
color: #25DCF1;
}
.AnyTagClassName
{
color: #25DCF1;
}
</style>
background-color css
<style>
a { background-color: #25DCF1; }
a { background-color: rgb(37,220,241); }
div.DivClassName
{
background-color: #25DCF1;
}
.BgClassName
{
background-color: #25DCF1;
}
</style>
border-color css
<style>
span { border-color: #25DCF1; }
span { border-color: rgb(37,220,241); }
td.TdClassName
{
border-color: #25DCF1;
}
.TagClassName
{
border-color: #25DCF1;
}
</style>