Shades of Turquoise #25EFC3
Tints of Turquoise #25EFC3
RGB
CMYK
RGB Variations
Color information
#25EFC3 (or 0x25EFC3) is known color: Turquoise. HEX triplet: 25, EF and C3. RGB value is (37,239,195). Sum of RGB (Red+Green+Blue) = 37+239+195=471 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.86% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFC3 is #DA103C. Grayscale: #ADADAD. Windows color (decimal): -14291005 or 12840741. OLE color: 12840741.
HSL color Cylindrical-coordinate representation of color #25EFC3: hue angle of 166.93º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EFC3 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 195 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.06 |
| HSL | 166.93º | 0.86% | 0.54% | - |
| HSV(B) | 166.93º | 0.85% | 0.94% | - |
| XYZ | 41.48 | 66.07 | 62.2 | - |
| YUV | 173.59 | 140.08 | 30.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 195 | 0.85 | 0 | 0.18 | 0.06 | 166.93 | 0.86 | 0.54 |
| Hex | 25 | EF | C3 | 55 | 0 | 12 | 6 | A7 | 56 | 36 |
| Octal | 45 | 357 | 303 | 125 | 0 | 22 | 6 | 247 | 126 | 66 |
| Binary | 100101 | 11101111 | 11000011 | 1010101 | 0 | 10010 | 110 | 10100111 | 1010110 | 110110 |
Color Harmonies of #25EFC3
Complementary color
Monochromatic Colors of #25EFC3
Black with #25EFC3
Text Example
Text Example
White with #25EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFC3; }
p { color: rgb(37,239,195); }
H1.HeaderClassName
{
color: #25EFC3;
}
.AnyTagClassName
{
color: #25EFC3;
}
</style>
background-color css
<style>
a { background-color: #25EFC3; }
a { background-color: rgb(37,239,195); }
div.DivClassName
{
background-color: #25EFC3;
}
.BgClassName
{
background-color: #25EFC3;
}
</style>
border-color css
<style>
span { border-color: #25EFC3; }
span { border-color: rgb(37,239,195); }
td.TdClassName
{
border-color: #25EFC3;
}
.TagClassName
{
border-color: #25EFC3;
}
</style>