Shades of Bright Turquoise #25EADB
Tints of Bright Turquoise #25EADB
RGB
CMYK
RGB Variations
Color information
#25EADB (or 0x25EADB) is known color: Bright Turquoise. HEX triplet: 25, EA and DB. RGB value is (37,234,219). Sum of RGB (Red+Green+Blue) = 37+234+219=490 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.55% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #25EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EADB is #DA1524. Grayscale: #ADADAD. Windows color (decimal): -14292261 or 14412325. OLE color: 14412325.
HSL color Cylindrical-coordinate representation of color #25EADB: hue angle of 175.43º 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 #25EADB is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 219 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.08 |
| HSL | 175.43º | 0.82% | 0.53% | - |
| HSV(B) | 175.43º | 0.84% | 0.92% | - |
| XYZ | 42.97 | 64.35 | 77.17 | - |
| YUV | 173.39 | 153.73 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 219 | 0.84 | 0 | 0.06 | 0.08 | 175.43 | 0.82 | 0.53 |
| Hex | 25 | EA | DB | 54 | 0 | 6 | 8 | AF | 52 | 35 |
| Octal | 45 | 352 | 333 | 124 | 0 | 6 | 10 | 257 | 122 | 65 |
| Binary | 100101 | 11101010 | 11011011 | 1010100 | 0 | 110 | 1000 | 10101111 | 1010010 | 110101 |
Color Harmonies of #25EADB
Complementary color
Monochromatic Colors of #25EADB
Black with #25EADB
Text Example
Text Example
White with #25EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EADB; }
p { color: rgb(37,234,219); }
H1.HeaderClassName
{
color: #25EADB;
}
.AnyTagClassName
{
color: #25EADB;
}
</style>
background-color css
<style>
a { background-color: #25EADB; }
a { background-color: rgb(37,234,219); }
div.DivClassName
{
background-color: #25EADB;
}
.BgClassName
{
background-color: #25EADB;
}
</style>
border-color css
<style>
span { border-color: #25EADB; }
span { border-color: rgb(37,234,219); }
td.TdClassName
{
border-color: #25EADB;
}
.TagClassName
{
border-color: #25EADB;
}
</style>