Shades of Bright Turquoise #25DDE8
Tints of Bright Turquoise #25DDE8
RGB
CMYK
RGB Variations
Color information
#25DDE8 (or 0x25DDE8) is known color: Bright Turquoise. HEX triplet: 25, DD and E8. RGB value is (37,221,232). Sum of RGB (Red+Green+Blue) = 37+221+232=490 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.55% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #25DDE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DDE8 is #DA2217. Grayscale: #A7A7A7. Windows color (decimal): -14295576 or 15260965. OLE color: 15260965.
HSL color Cylindrical-coordinate representation of color #25DDE8: hue angle of 183.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DDE8 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 221 | 232 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.09 |
| HSL | 183.38º | 0.81% | 0.53% | - |
| HSV(B) | 183.38º | 0.84% | 0.91% | - |
| XYZ | 41.18 | 57.93 | 85.36 | - |
| YUV | 167.24 | 164.54 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 232 | 0.84 | 0.05 | 0 | 0.09 | 183.38 | 0.81 | 0.53 |
| Hex | 25 | DD | E8 | 54 | 5 | 0 | 9 | B7 | 51 | 35 |
| Octal | 45 | 335 | 350 | 124 | 5 | 0 | 11 | 267 | 121 | 65 |
| Binary | 100101 | 11011101 | 11101000 | 1010100 | 101 | 0 | 1001 | 10110111 | 1010001 | 110101 |
Color Harmonies of #25DDE8
Complementary color
Monochromatic Colors of #25DDE8
Black with #25DDE8
Text Example
Text Example
White with #25DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDE8; }
p { color: rgb(37,221,232); }
H1.HeaderClassName
{
color: #25DDE8;
}
.AnyTagClassName
{
color: #25DDE8;
}
</style>
background-color css
<style>
a { background-color: #25DDE8; }
a { background-color: rgb(37,221,232); }
div.DivClassName
{
background-color: #25DDE8;
}
.BgClassName
{
background-color: #25DDE8;
}
</style>
border-color css
<style>
span { border-color: #25DDE8; }
span { border-color: rgb(37,221,232); }
td.TdClassName
{
border-color: #25DDE8;
}
.TagClassName
{
border-color: #25DDE8;
}
</style>