Shades of Bright Turquoise #25DBEC
Tints of Bright Turquoise #25DBEC
RGB
CMYK
RGB Variations
Color information
#25DBEC (or 0x25DBEC) is known color: Bright Turquoise. HEX triplet: 25, DB and EC. RGB value is (37,219,236). Sum of RGB (Red+Green+Blue) = 37+219+236=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #25DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBEC is #DA2413. Grayscale: #A6A6A6. Windows color (decimal): -14296084 or 15522597. OLE color: 15522597.
HSL color Cylindrical-coordinate representation of color #25DBEC: hue angle of 185.13º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DBEC is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 219 | 236 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.07 |
| HSL | 185.13º | 0.84% | 0.54% | - |
| HSV(B) | 185.13º | 0.84% | 0.93% | - |
| XYZ | 41.23 | 57.11 | 88.21 | - |
| YUV | 166.52 | 167.2 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 236 | 0.84 | 0.07 | 0 | 0.07 | 185.13 | 0.84 | 0.54 |
| Hex | 25 | DB | EC | 54 | 7 | 0 | 7 | B9 | 54 | 36 |
| Octal | 45 | 333 | 354 | 124 | 7 | 0 | 7 | 271 | 124 | 66 |
| Binary | 100101 | 11011011 | 11101100 | 1010100 | 111 | 0 | 111 | 10111001 | 1010100 | 110110 |
Color Harmonies of #25DBEC
Complementary color
Monochromatic Colors of #25DBEC
Black with #25DBEC
Text Example
Text Example
White with #25DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBEC; }
p { color: rgb(37,219,236); }
H1.HeaderClassName
{
color: #25DBEC;
}
.AnyTagClassName
{
color: #25DBEC;
}
</style>
background-color css
<style>
a { background-color: #25DBEC; }
a { background-color: rgb(37,219,236); }
div.DivClassName
{
background-color: #25DBEC;
}
.BgClassName
{
background-color: #25DBEC;
}
</style>
border-color css
<style>
span { border-color: #25DBEC; }
span { border-color: rgb(37,219,236); }
td.TdClassName
{
border-color: #25DBEC;
}
.TagClassName
{
border-color: #25DBEC;
}
</style>