Shades of Bright Turquoise #25EDF3
Tints of Bright Turquoise #25EDF3
RGB
CMYK
RGB Variations
Color information
#25EDF3 (or 0x25EDF3) is known color: Bright Turquoise. HEX triplet: 25, ED and F3. RGB value is (37,237,243). Sum of RGB (Red+Green+Blue) = 37+237+243=517 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.16% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #25EDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EDF3 is #DA120C. Grayscale: #B1B1B1. Windows color (decimal): -14291469 or 15985957. OLE color: 15985957.
HSL color Cylindrical-coordinate representation of color #25EDF3: hue angle of 181.75º degrees, saturation: 0.9, 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 #25EDF3 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 237 | 243 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.05 |
| HSL | 181.75º | 0.9% | 0.55% | - |
| HSV(B) | 181.75º | 0.85% | 0.95% | - |
| XYZ | 47.22 | 67.43 | 95.32 | - |
| YUV | 177.88 | 164.74 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 237 | 243 | 0.85 | 0.02 | 0 | 0.05 | 181.75 | 0.9 | 0.55 |
| Hex | 25 | ED | F3 | 55 | 2 | 0 | 5 | B6 | 5A | 37 |
| Octal | 45 | 355 | 363 | 125 | 2 | 0 | 5 | 266 | 132 | 67 |
| Binary | 100101 | 11101101 | 11110011 | 1010101 | 10 | 0 | 101 | 10110110 | 1011010 | 110111 |
Color Harmonies of #25EDF3
Complementary color
Monochromatic Colors of #25EDF3
Black with #25EDF3
Text Example
Text Example
White with #25EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EDF3; }
p { color: rgb(37,237,243); }
H1.HeaderClassName
{
color: #25EDF3;
}
.AnyTagClassName
{
color: #25EDF3;
}
</style>
background-color css
<style>
a { background-color: #25EDF3; }
a { background-color: rgb(37,237,243); }
div.DivClassName
{
background-color: #25EDF3;
}
.BgClassName
{
background-color: #25EDF3;
}
</style>
border-color css
<style>
span { border-color: #25EDF3; }
span { border-color: rgb(37,237,243); }
td.TdClassName
{
border-color: #25EDF3;
}
.TagClassName
{
border-color: #25EDF3;
}
</style>