Shades of Bright Turquoise #25EAF1
Tints of Bright Turquoise #25EAF1
RGB
CMYK
RGB Variations
Color information
#25EAF1 (or 0x25EAF1) is known color: Bright Turquoise. HEX triplet: 25, EA and F1. RGB value is (37,234,241). Sum of RGB (Red+Green+Blue) = 37+234+241=512 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.23% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #25EAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EAF1 is #DA150E. Grayscale: #AFAFAF. Windows color (decimal): -14292239 or 15854117. OLE color: 15854117.
HSL color Cylindrical-coordinate representation of color #25EAF1: hue angle of 182.06º degrees, saturation: 0.88, 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 #25EAF1 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 234 | 241 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.05 |
| HSL | 182.06º | 0.88% | 0.55% | - |
| HSV(B) | 182.06º | 0.85% | 0.95% | - |
| XYZ | 46.06 | 65.59 | 93.45 | - |
| YUV | 175.9 | 164.73 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 241 | 0.85 | 0.03 | 0 | 0.05 | 182.06 | 0.88 | 0.55 |
| Hex | 25 | EA | F1 | 55 | 3 | 0 | 5 | B6 | 58 | 37 |
| Octal | 45 | 352 | 361 | 125 | 3 | 0 | 5 | 266 | 130 | 67 |
| Binary | 100101 | 11101010 | 11110001 | 1010101 | 11 | 0 | 101 | 10110110 | 1011000 | 110111 |
Color Harmonies of #25EAF1
Complementary color
Monochromatic Colors of #25EAF1
Black with #25EAF1
Text Example
Text Example
White with #25EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAF1; }
p { color: rgb(37,234,241); }
H1.HeaderClassName
{
color: #25EAF1;
}
.AnyTagClassName
{
color: #25EAF1;
}
</style>
background-color css
<style>
a { background-color: #25EAF1; }
a { background-color: rgb(37,234,241); }
div.DivClassName
{
background-color: #25EAF1;
}
.BgClassName
{
background-color: #25EAF1;
}
</style>
border-color css
<style>
span { border-color: #25EAF1; }
span { border-color: rgb(37,234,241); }
td.TdClassName
{
border-color: #25EAF1;
}
.TagClassName
{
border-color: #25EAF1;
}
</style>