Shades of Bright Turquoise #25DFE8
Tints of Bright Turquoise #25DFE8
RGB
CMYK
RGB Variations
Color information
#25DFE8 (or 0x25DFE8) is known color: Bright Turquoise. HEX triplet: 25, DF and E8. RGB value is (37,223,232). Sum of RGB (Red+Green+Blue) = 37+223+232=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #25DFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DFE8 is #DA2017. Grayscale: #A8A8A8. Windows color (decimal): -14295064 or 15261477. OLE color: 15261477.
HSL color Cylindrical-coordinate representation of color #25DFE8: hue angle of 182.77º 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 #25DFE8 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 223 | 232 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.09 |
| HSL | 182.77º | 0.81% | 0.53% | - |
| HSV(B) | 182.77º | 0.84% | 0.91% | - |
| XYZ | 41.72 | 58.99 | 85.53 | - |
| YUV | 168.41 | 163.88 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 232 | 0.84 | 0.04 | 0 | 0.09 | 182.77 | 0.81 | 0.53 |
| Hex | 25 | DF | E8 | 54 | 4 | 0 | 9 | B7 | 51 | 35 |
| Octal | 45 | 337 | 350 | 124 | 4 | 0 | 11 | 267 | 121 | 65 |
| Binary | 100101 | 11011111 | 11101000 | 1010100 | 100 | 0 | 1001 | 10110111 | 1010001 | 110101 |
Color Harmonies of #25DFE8
Complementary color
Monochromatic Colors of #25DFE8
Black with #25DFE8
Text Example
Text Example
White with #25DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFE8; }
p { color: rgb(37,223,232); }
H1.HeaderClassName
{
color: #25DFE8;
}
.AnyTagClassName
{
color: #25DFE8;
}
</style>
background-color css
<style>
a { background-color: #25DFE8; }
a { background-color: rgb(37,223,232); }
div.DivClassName
{
background-color: #25DFE8;
}
.BgClassName
{
background-color: #25DFE8;
}
</style>
border-color css
<style>
span { border-color: #25DFE8; }
span { border-color: rgb(37,223,232); }
td.TdClassName
{
border-color: #25DFE8;
}
.TagClassName
{
border-color: #25DFE8;
}
</style>