Shades of Bright Turquoise #25E6EE
Tints of Bright Turquoise #25E6EE
RGB
CMYK
RGB Variations
Color information
#25E6EE (or 0x25E6EE) is known color: Bright Turquoise. HEX triplet: 25, E6 and EE. RGB value is (37,230,238). Sum of RGB (Red+Green+Blue) = 37+230+238=505 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.33% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #25E6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E6EE is #DA1911. Grayscale: #ACACAC. Windows color (decimal): -14293266 or 15656485. OLE color: 15656485.
HSL color Cylindrical-coordinate representation of color #25E6EE: hue angle of 182.39º 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 #25E6EE is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 230 | 238 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.07 |
| HSL | 182.39º | 0.86% | 0.54% | - |
| HSV(B) | 182.39º | 0.84% | 0.93% | - |
| XYZ | 44.49 | 63.16 | 90.74 | - |
| YUV | 173.21 | 164.56 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 230 | 238 | 0.84 | 0.03 | 0 | 0.07 | 182.39 | 0.86 | 0.54 |
| Hex | 25 | E6 | EE | 54 | 3 | 0 | 7 | B6 | 56 | 36 |
| Octal | 45 | 346 | 356 | 124 | 3 | 0 | 7 | 266 | 126 | 66 |
| Binary | 100101 | 11100110 | 11101110 | 1010100 | 11 | 0 | 111 | 10110110 | 1010110 | 110110 |
Color Harmonies of #25E6EE
Complementary color
Monochromatic Colors of #25E6EE
Black with #25E6EE
Text Example
Text Example
White with #25E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E6EE; }
p { color: rgb(37,230,238); }
H1.HeaderClassName
{
color: #25E6EE;
}
.AnyTagClassName
{
color: #25E6EE;
}
</style>
background-color css
<style>
a { background-color: #25E6EE; }
a { background-color: rgb(37,230,238); }
div.DivClassName
{
background-color: #25E6EE;
}
.BgClassName
{
background-color: #25E6EE;
}
</style>
border-color css
<style>
span { border-color: #25E6EE; }
span { border-color: rgb(37,230,238); }
td.TdClassName
{
border-color: #25E6EE;
}
.TagClassName
{
border-color: #25E6EE;
}
</style>