Shades of Bright Turquoise #25EEE0
Tints of Bright Turquoise #25EEE0
RGB
CMYK
RGB Variations
Color information
#25EEE0 (or 0x25EEE0) is known color: Bright Turquoise. HEX triplet: 25, EE and E0. RGB value is (37,238,224). Sum of RGB (Red+Green+Blue) = 37+238+224=499 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.41% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #25EEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EEE0 is #DA111F. Grayscale: #B0B0B0. Windows color (decimal): -14291232 or 14741029. OLE color: 14741029.
HSL color Cylindrical-coordinate representation of color #25EEE0: hue angle of 175.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EEE0 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 224 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.07 |
| HSL | 175.82º | 0.86% | 0.54% | - |
| HSV(B) | 175.82º | 0.84% | 0.93% | - |
| XYZ | 44.79 | 66.92 | 81.08 | - |
| YUV | 176.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 224 | 0.84 | 0 | 0.06 | 0.07 | 175.82 | 0.86 | 0.54 |
| Hex | 25 | EE | E0 | 54 | 0 | 6 | 7 | B0 | 56 | 36 |
| Octal | 45 | 356 | 340 | 124 | 0 | 6 | 7 | 260 | 126 | 66 |
| Binary | 100101 | 11101110 | 11100000 | 1010100 | 0 | 110 | 111 | 10110000 | 1010110 | 110110 |
Color Harmonies of #25EEE0
Complementary color
Monochromatic Colors of #25EEE0
Black with #25EEE0
Text Example
Text Example
White with #25EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EEE0; }
p { color: rgb(37,238,224); }
H1.HeaderClassName
{
color: #25EEE0;
}
.AnyTagClassName
{
color: #25EEE0;
}
</style>
background-color css
<style>
a { background-color: #25EEE0; }
a { background-color: rgb(37,238,224); }
div.DivClassName
{
background-color: #25EEE0;
}
.BgClassName
{
background-color: #25EEE0;
}
</style>
border-color css
<style>
span { border-color: #25EEE0; }
span { border-color: rgb(37,238,224); }
td.TdClassName
{
border-color: #25EEE0;
}
.TagClassName
{
border-color: #25EEE0;
}
</style>