Shades of Bright Turquoise #25DCED
Tints of Bright Turquoise #25DCED
RGB
CMYK
RGB Variations
Color information
#25DCED (or 0x25DCED) is known color: Bright Turquoise. HEX triplet: 25, DC and ED. RGB value is (37,220,237). Sum of RGB (Red+Green+Blue) = 37+220+237=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #25DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCED is #DA2312. Grayscale: #A6A6A6. Windows color (decimal): -14295827 or 15588389. OLE color: 15588389.
HSL color Cylindrical-coordinate representation of color #25DCED: hue angle of 185.1º degrees, saturation: 0.85, 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 #25DCED is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 220 | 237 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.07 |
| HSL | 185.1º | 0.85% | 0.54% | - |
| HSV(B) | 185.1º | 0.84% | 0.93% | - |
| XYZ | 41.64 | 57.69 | 89.06 | - |
| YUV | 167.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 237 | 0.84 | 0.07 | 0 | 0.07 | 185.1 | 0.85 | 0.54 |
| Hex | 25 | DC | ED | 54 | 7 | 0 | 7 | B9 | 55 | 36 |
| Octal | 45 | 334 | 355 | 124 | 7 | 0 | 7 | 271 | 125 | 66 |
| Binary | 100101 | 11011100 | 11101101 | 1010100 | 111 | 0 | 111 | 10111001 | 1010101 | 110110 |
Color Harmonies of #25DCED
Complementary color
Monochromatic Colors of #25DCED
Black with #25DCED
Text Example
Text Example
White with #25DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCED; }
p { color: rgb(37,220,237); }
H1.HeaderClassName
{
color: #25DCED;
}
.AnyTagClassName
{
color: #25DCED;
}
</style>
background-color css
<style>
a { background-color: #25DCED; }
a { background-color: rgb(37,220,237); }
div.DivClassName
{
background-color: #25DCED;
}
.BgClassName
{
background-color: #25DCED;
}
</style>
border-color css
<style>
span { border-color: #25DCED; }
span { border-color: rgb(37,220,237); }
td.TdClassName
{
border-color: #25DCED;
}
.TagClassName
{
border-color: #25DCED;
}
</style>