Shades of Bright Turquoise #25EADC
Tints of Bright Turquoise #25EADC
RGB
CMYK
RGB Variations
Color information
#25EADC (or 0x25EADC) is known color: Bright Turquoise. HEX triplet: 25, EA and DC. RGB value is (37,234,220). Sum of RGB (Red+Green+Blue) = 37+234+220=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #25EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EADC is #DA1523. Grayscale: #ADADAD. Windows color (decimal): -14292260 or 14477861. OLE color: 14477861.
HSL color Cylindrical-coordinate representation of color #25EADC: hue angle of 175.74º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EADC is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 220 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.08 |
| HSL | 175.74º | 0.82% | 0.53% | - |
| HSV(B) | 175.74º | 0.84% | 0.92% | - |
| XYZ | 43.1 | 64.41 | 77.87 | - |
| YUV | 173.5 | 154.23 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 220 | 0.84 | 0 | 0.06 | 0.08 | 175.74 | 0.82 | 0.53 |
| Hex | 25 | EA | DC | 54 | 0 | 6 | 8 | B0 | 52 | 35 |
| Octal | 45 | 352 | 334 | 124 | 0 | 6 | 10 | 260 | 122 | 65 |
| Binary | 100101 | 11101010 | 11011100 | 1010100 | 0 | 110 | 1000 | 10110000 | 1010010 | 110101 |
Color Harmonies of #25EADC
Complementary color
Monochromatic Colors of #25EADC
Black with #25EADC
Text Example
Text Example
White with #25EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EADC; }
p { color: rgb(37,234,220); }
H1.HeaderClassName
{
color: #25EADC;
}
.AnyTagClassName
{
color: #25EADC;
}
</style>
background-color css
<style>
a { background-color: #25EADC; }
a { background-color: rgb(37,234,220); }
div.DivClassName
{
background-color: #25EADC;
}
.BgClassName
{
background-color: #25EADC;
}
</style>
border-color css
<style>
span { border-color: #25EADC; }
span { border-color: rgb(37,234,220); }
td.TdClassName
{
border-color: #25EADC;
}
.TagClassName
{
border-color: #25EADC;
}
</style>