Shades of Bright Turquoise #25DAEA
Tints of Bright Turquoise #25DAEA
RGB
CMYK
RGB Variations
Color information
#25DAEA (or 0x25DAEA) is known color: Bright Turquoise. HEX triplet: 25, DA and EA. RGB value is (37,218,234). Sum of RGB (Red+Green+Blue) = 37+218+234=489 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.57% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #25DAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DAEA is #DA2515. Grayscale: #A5A5A5. Windows color (decimal): -14296342 or 15391269. OLE color: 15391269.
HSL color Cylindrical-coordinate representation of color #25DAEA: hue angle of 184.87º 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 #25DAEA is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 218 | 234 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.08 |
| HSL | 184.87º | 0.82% | 0.53% | - |
| HSV(B) | 184.87º | 0.84% | 0.92% | - |
| XYZ | 40.69 | 56.48 | 86.6 | - |
| YUV | 165.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 234 | 0.84 | 0.07 | 0 | 0.08 | 184.87 | 0.82 | 0.53 |
| Hex | 25 | DA | EA | 54 | 7 | 0 | 8 | B9 | 52 | 35 |
| Octal | 45 | 332 | 352 | 124 | 7 | 0 | 10 | 271 | 122 | 65 |
| Binary | 100101 | 11011010 | 11101010 | 1010100 | 111 | 0 | 1000 | 10111001 | 1010010 | 110101 |
Color Harmonies of #25DAEA
Complementary color
Monochromatic Colors of #25DAEA
Black with #25DAEA
Text Example
Text Example
White with #25DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DAEA; }
p { color: rgb(37,218,234); }
H1.HeaderClassName
{
color: #25DAEA;
}
.AnyTagClassName
{
color: #25DAEA;
}
</style>
background-color css
<style>
a { background-color: #25DAEA; }
a { background-color: rgb(37,218,234); }
div.DivClassName
{
background-color: #25DAEA;
}
.BgClassName
{
background-color: #25DAEA;
}
</style>
border-color css
<style>
span { border-color: #25DAEA; }
span { border-color: rgb(37,218,234); }
td.TdClassName
{
border-color: #25DAEA;
}
.TagClassName
{
border-color: #25DAEA;
}
</style>