Shades of Bright Turquoise #25DCEC
Tints of Bright Turquoise #25DCEC
RGB
CMYK
RGB Variations
Color information
#25DCEC (or 0x25DCEC) is known color: Bright Turquoise. HEX triplet: 25, DC and EC. RGB value is (37,220,236). Sum of RGB (Red+Green+Blue) = 37+220+236=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #25DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCEC is #DA2313. Grayscale: #A6A6A6. Windows color (decimal): -14295828 or 15522853. OLE color: 15522853.
HSL color Cylindrical-coordinate representation of color #25DCEC: hue angle of 184.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DCEC is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 220 | 236 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.07 |
| HSL | 184.82º | 0.84% | 0.54% | - |
| HSV(B) | 184.82º | 0.84% | 0.93% | - |
| XYZ | 41.5 | 57.64 | 88.29 | - |
| YUV | 167.11 | 166.87 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 236 | 0.84 | 0.07 | 0 | 0.07 | 184.82 | 0.84 | 0.54 |
| Hex | 25 | DC | EC | 54 | 7 | 0 | 7 | B9 | 54 | 36 |
| Octal | 45 | 334 | 354 | 124 | 7 | 0 | 7 | 271 | 124 | 66 |
| Binary | 100101 | 11011100 | 11101100 | 1010100 | 111 | 0 | 111 | 10111001 | 1010100 | 110110 |
Color Harmonies of #25DCEC
Complementary color
Monochromatic Colors of #25DCEC
Black with #25DCEC
Text Example
Text Example
White with #25DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCEC; }
p { color: rgb(37,220,236); }
H1.HeaderClassName
{
color: #25DCEC;
}
.AnyTagClassName
{
color: #25DCEC;
}
</style>
background-color css
<style>
a { background-color: #25DCEC; }
a { background-color: rgb(37,220,236); }
div.DivClassName
{
background-color: #25DCEC;
}
.BgClassName
{
background-color: #25DCEC;
}
</style>
border-color css
<style>
span { border-color: #25DCEC; }
span { border-color: rgb(37,220,236); }
td.TdClassName
{
border-color: #25DCEC;
}
.TagClassName
{
border-color: #25DCEC;
}
</style>