Shades of Bright Turquoise #25DFE4
Tints of Bright Turquoise #25DFE4
RGB
CMYK
RGB Variations
Color information
#25DFE4 (or 0x25DFE4) is known color: Bright Turquoise. HEX triplet: 25, DF and E4. RGB value is (37,223,228). Sum of RGB (Red+Green+Blue) = 37+223+228=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #25DFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFE4 is #DA201B. Grayscale: #A7A7A7. Windows color (decimal): -14295068 or 14999333. OLE color: 14999333.
HSL color Cylindrical-coordinate representation of color #25DFE4: hue angle of 181.57º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DFE4 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 223 | 228 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.11 |
| HSL | 181.57º | 0.78% | 0.52% | - |
| HSV(B) | 181.57º | 0.84% | 0.89% | - |
| XYZ | 41.15 | 58.77 | 82.57 | - |
| YUV | 167.96 | 161.88 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 228 | 0.84 | 0.02 | 0 | 0.11 | 181.57 | 0.78 | 0.52 |
| Hex | 25 | DF | E4 | 54 | 2 | 0 | B | B6 | 4E | 34 |
| Octal | 45 | 337 | 344 | 124 | 2 | 0 | 13 | 266 | 116 | 64 |
| Binary | 100101 | 11011111 | 11100100 | 1010100 | 10 | 0 | 1011 | 10110110 | 1001110 | 110100 |
Color Harmonies of #25DFE4
Complementary color
Monochromatic Colors of #25DFE4
Black with #25DFE4
Text Example
Text Example
White with #25DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFE4; }
p { color: rgb(37,223,228); }
H1.HeaderClassName
{
color: #25DFE4;
}
.AnyTagClassName
{
color: #25DFE4;
}
</style>
background-color css
<style>
a { background-color: #25DFE4; }
a { background-color: rgb(37,223,228); }
div.DivClassName
{
background-color: #25DFE4;
}
.BgClassName
{
background-color: #25DFE4;
}
</style>
border-color css
<style>
span { border-color: #25DFE4; }
span { border-color: rgb(37,223,228); }
td.TdClassName
{
border-color: #25DFE4;
}
.TagClassName
{
border-color: #25DFE4;
}
</style>