Shades of Bright Turquoise #25DAE2
Tints of Bright Turquoise #25DAE2
RGB
CMYK
RGB Variations
Color information
#25DAE2 (or 0x25DAE2) is known color: Bright Turquoise. HEX triplet: 25, DA and E2. RGB value is (37,218,226). Sum of RGB (Red+Green+Blue) = 37+218+226=481 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.69% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 226 - color contains mainly: blue. Hex color #25DAE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DAE2 is #DA251D. Grayscale: #A4A4A4. Windows color (decimal): -14296350 or 14866981. OLE color: 14866981.
HSL color Cylindrical-coordinate representation of color #25DAE2: hue angle of 182.54º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DAE2 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 218 | 226 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.11 |
| HSL | 182.54º | 0.77% | 0.52% | - |
| HSV(B) | 182.54º | 0.84% | 0.89% | - |
| XYZ | 39.56 | 56.03 | 80.68 | - |
| YUV | 164.79 | 162.53 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 226 | 0.84 | 0.04 | 0 | 0.11 | 182.54 | 0.77 | 0.52 |
| Hex | 25 | DA | E2 | 54 | 4 | 0 | B | B7 | 4D | 34 |
| Octal | 45 | 332 | 342 | 124 | 4 | 0 | 13 | 267 | 115 | 64 |
| Binary | 100101 | 11011010 | 11100010 | 1010100 | 100 | 0 | 1011 | 10110111 | 1001101 | 110100 |
Color Harmonies of #25DAE2
Complementary color
Monochromatic Colors of #25DAE2
Black with #25DAE2
Text Example
Text Example
White with #25DAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DAE2; }
p { color: rgb(37,218,226); }
H1.HeaderClassName
{
color: #25DAE2;
}
.AnyTagClassName
{
color: #25DAE2;
}
</style>
background-color css
<style>
a { background-color: #25DAE2; }
a { background-color: rgb(37,218,226); }
div.DivClassName
{
background-color: #25DAE2;
}
.BgClassName
{
background-color: #25DAE2;
}
</style>
border-color css
<style>
span { border-color: #25DAE2; }
span { border-color: rgb(37,218,226); }
td.TdClassName
{
border-color: #25DAE2;
}
.TagClassName
{
border-color: #25DAE2;
}
</style>