Shades of Bright Turquoise #25DCEF
Tints of Bright Turquoise #25DCEF
RGB
CMYK
RGB Variations
Color information
#25DCEF (or 0x25DCEF) is known color: Bright Turquoise. HEX triplet: 25, DC and EF. RGB value is (37,220,239). Sum of RGB (Red+Green+Blue) = 37+220+239=496 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.46% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #25DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCEF is #DA2310. Grayscale: #A7A7A7. Windows color (decimal): -14295825 or 15719461. OLE color: 15719461.
HSL color Cylindrical-coordinate representation of color #25DCEF: hue angle of 185.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DCEF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 220 | 239 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.06 |
| HSL | 185.64º | 0.86% | 0.54% | - |
| HSV(B) | 185.64º | 0.85% | 0.94% | - |
| XYZ | 41.94 | 57.81 | 90.61 | - |
| YUV | 167.45 | 168.37 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 239 | 0.85 | 0.08 | 0 | 0.06 | 185.64 | 0.86 | 0.54 |
| Hex | 25 | DC | EF | 55 | 8 | 0 | 6 | BA | 56 | 36 |
| Octal | 45 | 334 | 357 | 125 | 10 | 0 | 6 | 272 | 126 | 66 |
| Binary | 100101 | 11011100 | 11101111 | 1010101 | 1000 | 0 | 110 | 10111010 | 1010110 | 110110 |
Color Harmonies of #25DCEF
Complementary color
Monochromatic Colors of #25DCEF
Black with #25DCEF
Text Example
Text Example
White with #25DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCEF; }
p { color: rgb(37,220,239); }
H1.HeaderClassName
{
color: #25DCEF;
}
.AnyTagClassName
{
color: #25DCEF;
}
</style>
background-color css
<style>
a { background-color: #25DCEF; }
a { background-color: rgb(37,220,239); }
div.DivClassName
{
background-color: #25DCEF;
}
.BgClassName
{
background-color: #25DCEF;
}
</style>
border-color css
<style>
span { border-color: #25DCEF; }
span { border-color: rgb(37,220,239); }
td.TdClassName
{
border-color: #25DCEF;
}
.TagClassName
{
border-color: #25DCEF;
}
</style>