Shades of Bright Turquoise #25DCEB
Tints of Bright Turquoise #25DCEB
RGB
CMYK
RGB Variations
Color information
#25DCEB (or 0x25DCEB) is known color: Bright Turquoise. HEX triplet: 25, DC and EB. RGB value is (37,220,235). Sum of RGB (Red+Green+Blue) = 37+220+235=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #25DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCEB is #DA2314. Grayscale: #A6A6A6. Windows color (decimal): -14295829 or 15457317. OLE color: 15457317.
HSL color Cylindrical-coordinate representation of color #25DCEB: hue angle of 184.55º degrees, saturation: 0.83, 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 #25DCEB is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 220 | 235 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.08 |
| HSL | 184.55º | 0.83% | 0.53% | - |
| HSV(B) | 184.55º | 0.84% | 0.92% | - |
| XYZ | 41.35 | 57.58 | 87.53 | - |
| YUV | 166.99 | 166.37 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 235 | 0.84 | 0.06 | 0 | 0.08 | 184.55 | 0.83 | 0.53 |
| Hex | 25 | DC | EB | 54 | 6 | 0 | 8 | B9 | 53 | 35 |
| Octal | 45 | 334 | 353 | 124 | 6 | 0 | 10 | 271 | 123 | 65 |
| Binary | 100101 | 11011100 | 11101011 | 1010100 | 110 | 0 | 1000 | 10111001 | 1010011 | 110101 |
Color Harmonies of #25DCEB
Complementary color
Monochromatic Colors of #25DCEB
Black with #25DCEB
Text Example
Text Example
White with #25DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCEB; }
p { color: rgb(37,220,235); }
H1.HeaderClassName
{
color: #25DCEB;
}
.AnyTagClassName
{
color: #25DCEB;
}
</style>
background-color css
<style>
a { background-color: #25DCEB; }
a { background-color: rgb(37,220,235); }
div.DivClassName
{
background-color: #25DCEB;
}
.BgClassName
{
background-color: #25DCEB;
}
</style>
border-color css
<style>
span { border-color: #25DCEB; }
span { border-color: rgb(37,220,235); }
td.TdClassName
{
border-color: #25DCEB;
}
.TagClassName
{
border-color: #25DCEB;
}
</style>