Shades of Turquoise #25EAD3
Tints of Turquoise #25EAD3
RGB
CMYK
RGB Variations
Color information
#25EAD3 (or 0x25EAD3) is known color: Turquoise. HEX triplet: 25, EA and D3. RGB value is (37,234,211). Sum of RGB (Red+Green+Blue) = 37+234+211=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAD3 is #DA152C. Grayscale: #ACACAC. Windows color (decimal): -14292269 or 13888037. OLE color: 13888037.
HSL color Cylindrical-coordinate representation of color #25EAD3: hue angle of 172.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EAD3 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 211 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.08 |
| HSL | 172.99º | 0.82% | 0.53% | - |
| HSV(B) | 172.99º | 0.84% | 0.92% | - |
| XYZ | 41.94 | 63.94 | 71.76 | - |
| YUV | 172.48 | 149.73 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 211 | 0.84 | 0 | 0.10 | 0.08 | 172.99 | 0.82 | 0.53 |
| Hex | 25 | EA | D3 | 54 | 0 | A | 8 | AD | 52 | 35 |
| Octal | 45 | 352 | 323 | 124 | 0 | 12 | 10 | 255 | 122 | 65 |
| Binary | 100101 | 11101010 | 11010011 | 1010100 | 0 | 1010 | 1000 | 10101101 | 1010010 | 110101 |
Color Harmonies of #25EAD3
Complementary color
Monochromatic Colors of #25EAD3
Black with #25EAD3
Text Example
Text Example
White with #25EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAD3; }
p { color: rgb(37,234,211); }
H1.HeaderClassName
{
color: #25EAD3;
}
.AnyTagClassName
{
color: #25EAD3;
}
</style>
background-color css
<style>
a { background-color: #25EAD3; }
a { background-color: rgb(37,234,211); }
div.DivClassName
{
background-color: #25EAD3;
}
.BgClassName
{
background-color: #25EAD3;
}
</style>
border-color css
<style>
span { border-color: #25EAD3; }
span { border-color: rgb(37,234,211); }
td.TdClassName
{
border-color: #25EAD3;
}
.TagClassName
{
border-color: #25EAD3;
}
</style>