Shades of Bright Turquoise #25E0EE
Tints of Bright Turquoise #25E0EE
RGB
CMYK
RGB Variations
Color information
#25E0EE (or 0x25E0EE) is known color: Bright Turquoise. HEX triplet: 25, E0 and EE. RGB value is (37,224,238). Sum of RGB (Red+Green+Blue) = 37+224+238=499 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.41% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #25E0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E0EE is #DA1F11. Grayscale: #A9A9A9. Windows color (decimal): -14294802 or 15654949. OLE color: 15654949.
HSL color Cylindrical-coordinate representation of color #25E0EE: hue angle of 184.18º 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 #25E0EE is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 224 | 238 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.07 |
| HSL | 184.18º | 0.86% | 0.54% | - |
| HSV(B) | 184.18º | 0.84% | 0.93% | - |
| XYZ | 42.85 | 59.88 | 90.19 | - |
| YUV | 169.68 | 166.55 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 238 | 0.84 | 0.06 | 0 | 0.07 | 184.18 | 0.86 | 0.54 |
| Hex | 25 | E0 | EE | 54 | 6 | 0 | 7 | B8 | 56 | 36 |
| Octal | 45 | 340 | 356 | 124 | 6 | 0 | 7 | 270 | 126 | 66 |
| Binary | 100101 | 11100000 | 11101110 | 1010100 | 110 | 0 | 111 | 10111000 | 1010110 | 110110 |
Color Harmonies of #25E0EE
Complementary color
Monochromatic Colors of #25E0EE
Black with #25E0EE
Text Example
Text Example
White with #25E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E0EE; }
p { color: rgb(37,224,238); }
H1.HeaderClassName
{
color: #25E0EE;
}
.AnyTagClassName
{
color: #25E0EE;
}
</style>
background-color css
<style>
a { background-color: #25E0EE; }
a { background-color: rgb(37,224,238); }
div.DivClassName
{
background-color: #25E0EE;
}
.BgClassName
{
background-color: #25E0EE;
}
</style>
border-color css
<style>
span { border-color: #25E0EE; }
span { border-color: rgb(37,224,238); }
td.TdClassName
{
border-color: #25E0EE;
}
.TagClassName
{
border-color: #25E0EE;
}
</style>