Shades of Bright Turquoise #25EAF2
Tints of Bright Turquoise #25EAF2
RGB
CMYK
RGB Variations
Color information
#25EAF2 (or 0x25EAF2) is known color: Bright Turquoise. HEX triplet: 25, EA and F2. RGB value is (37,234,242). Sum of RGB (Red+Green+Blue) = 37+234+242=513 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.21% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #25EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EAF2 is #DA150D. Grayscale: #AFAFAF. Windows color (decimal): -14292238 or 15919653. OLE color: 15919653.
HSL color Cylindrical-coordinate representation of color #25EAF2: hue angle of 182.34º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EAF2 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 234 | 242 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.05 |
| HSL | 182.34º | 0.89% | 0.55% | - |
| HSV(B) | 182.34º | 0.85% | 0.95% | - |
| XYZ | 46.21 | 65.65 | 94.24 | - |
| YUV | 176.01 | 165.23 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 242 | 0.85 | 0.03 | 0 | 0.05 | 182.34 | 0.89 | 0.55 |
| Hex | 25 | EA | F2 | 55 | 3 | 0 | 5 | B6 | 59 | 37 |
| Octal | 45 | 352 | 362 | 125 | 3 | 0 | 5 | 266 | 131 | 67 |
| Binary | 100101 | 11101010 | 11110010 | 1010101 | 11 | 0 | 101 | 10110110 | 1011001 | 110111 |
Color Harmonies of #25EAF2
Complementary color
Monochromatic Colors of #25EAF2
Black with #25EAF2
Text Example
Text Example
White with #25EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAF2; }
p { color: rgb(37,234,242); }
H1.HeaderClassName
{
color: #25EAF2;
}
.AnyTagClassName
{
color: #25EAF2;
}
</style>
background-color css
<style>
a { background-color: #25EAF2; }
a { background-color: rgb(37,234,242); }
div.DivClassName
{
background-color: #25EAF2;
}
.BgClassName
{
background-color: #25EAF2;
}
</style>
border-color css
<style>
span { border-color: #25EAF2; }
span { border-color: rgb(37,234,242); }
td.TdClassName
{
border-color: #25EAF2;
}
.TagClassName
{
border-color: #25EAF2;
}
</style>