#25ECB9

Color #25ECB9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #25ECB9

Tints of Turquoise #25ECB9

Color information

#25ECB9 (or 0x25ECB9) is unknown color: approx Turquoise. HEX triplet: 25, EC and B9. RGB value is (37,236,185). Sum of RGB (Red+Green+Blue) = 37+236+185=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECB9 is #DA1346. Grayscale: #AAAAAA. Windows color (decimal): -14291783 or 12184613. OLE color: 12184613.

HSL color Cylindrical-coordinate representation of color #25ECB9: hue angle of 164.62º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25ECB9 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB37236185-
CMYK0.8400.220.07
HSL164.62º83.97%53.53%-
HSV(B)164.62º84.32%92.55%-
XYZ39.5263.8956.15-
YUV170.68136.0732.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 8.08%
GREEN value IS 236 (92.58% from 255) = 51.53%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=8.08%
G=51.53%
B=40.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal372361850.8400.220.07164.6283.9753.53
Hex25ECB9540167a55436
Octal45354271124026724512466
Binary10010111101100101110011010100010110111101001011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25ECB9; }

 p { color: rgb(37,236,185); }

 H1.HeaderClassName
 {
   color: #25ECB9;
 }
 .AnyTagClassName
 {
   color: #25ECB9;
 }
</style>
background-color css

<style>
 a { background-color: #25ECB9; }

 a { background-color: rgb(37,236,185); }

 div.DivClassName
 {
   background-color: #25ECB9;
 }
 .BgClassName
 {
   background-color: #25ECB9;
 }
</style>
border-color css

<style>
 span { border-color: #25ECB9; }

 span { border-color: rgb(37,236,185); }

 td.TdClassName
 {
   border-color: #25ECB9;
 }
 .TagClassName
 {
   border-color: #25ECB9;
 }
</style>