Shades of Bright Turquoise #25DCE1
Tints of Bright Turquoise #25DCE1
RGB
CMYK
RGB Variations
Color information
#25DCE1 (or 0x25DCE1) is known color: Bright Turquoise. HEX triplet: 25, DC and E1. RGB value is (37,220,225). Sum of RGB (Red+Green+Blue) = 37+220+225=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #25DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCE1 is #DA231E. Grayscale: #A5A5A5. Windows color (decimal): -14295839 or 14801957. OLE color: 14801957.
HSL color Cylindrical-coordinate representation of color #25DCE1: hue angle of 181.6º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DCE1 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 220 | 225 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.12 |
| HSL | 181.6º | 0.76% | 0.51% | - |
| HSV(B) | 181.6º | 0.84% | 0.88% | - |
| XYZ | 39.95 | 57.02 | 80.13 | - |
| YUV | 165.85 | 161.37 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 225 | 0.84 | 0.02 | 0 | 0.12 | 181.6 | 0.76 | 0.51 |
| Hex | 25 | DC | E1 | 54 | 2 | 0 | C | B6 | 4C | 33 |
| Octal | 45 | 334 | 341 | 124 | 2 | 0 | 14 | 266 | 114 | 63 |
| Binary | 100101 | 11011100 | 11100001 | 1010100 | 10 | 0 | 1100 | 10110110 | 1001100 | 110011 |
Color Harmonies of #25DCE1
Complementary color
Monochromatic Colors of #25DCE1
Black with #25DCE1
Text Example
Text Example
White with #25DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCE1; }
p { color: rgb(37,220,225); }
H1.HeaderClassName
{
color: #25DCE1;
}
.AnyTagClassName
{
color: #25DCE1;
}
</style>
background-color css
<style>
a { background-color: #25DCE1; }
a { background-color: rgb(37,220,225); }
div.DivClassName
{
background-color: #25DCE1;
}
.BgClassName
{
background-color: #25DCE1;
}
</style>
border-color css
<style>
span { border-color: #25DCE1; }
span { border-color: rgb(37,220,225); }
td.TdClassName
{
border-color: #25DCE1;
}
.TagClassName
{
border-color: #25DCE1;
}
</style>