Shades of Bright Turquoise #25DCE7
Tints of Bright Turquoise #25DCE7
RGB
CMYK
RGB Variations
Color information
#25DCE7 (or 0x25DCE7) is known color: Bright Turquoise. HEX triplet: 25, DC and E7. RGB value is (37,220,231). Sum of RGB (Red+Green+Blue) = 37+220+231=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #25DCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCE7 is #DA2318. Grayscale: #A6A6A6. Windows color (decimal): -14295833 or 15195173. OLE color: 15195173.
HSL color Cylindrical-coordinate representation of color #25DCE7: hue angle of 183.4º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DCE7 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 220 | 231 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.09 |
| HSL | 183.4º | 0.8% | 0.53% | - |
| HSV(B) | 183.4º | 0.84% | 0.91% | - |
| XYZ | 40.78 | 57.35 | 84.52 | - |
| YUV | 166.54 | 164.37 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 231 | 0.84 | 0.05 | 0 | 0.09 | 183.4 | 0.8 | 0.53 |
| Hex | 25 | DC | E7 | 54 | 5 | 0 | 9 | B7 | 50 | 35 |
| Octal | 45 | 334 | 347 | 124 | 5 | 0 | 11 | 267 | 120 | 65 |
| Binary | 100101 | 11011100 | 11100111 | 1010100 | 101 | 0 | 1001 | 10110111 | 1010000 | 110101 |
Color Harmonies of #25DCE7
Complementary color
Monochromatic Colors of #25DCE7
Black with #25DCE7
Text Example
Text Example
White with #25DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCE7; }
p { color: rgb(37,220,231); }
H1.HeaderClassName
{
color: #25DCE7;
}
.AnyTagClassName
{
color: #25DCE7;
}
</style>
background-color css
<style>
a { background-color: #25DCE7; }
a { background-color: rgb(37,220,231); }
div.DivClassName
{
background-color: #25DCE7;
}
.BgClassName
{
background-color: #25DCE7;
}
</style>
border-color css
<style>
span { border-color: #25DCE7; }
span { border-color: rgb(37,220,231); }
td.TdClassName
{
border-color: #25DCE7;
}
.TagClassName
{
border-color: #25DCE7;
}
</style>