Html Css Color HEX #25ECB5 Turquoise

📋 copy color: '#25ECB5'

red 37 ◦ green 236 ◦ blue 181

#25ECB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #25ECB5

Tints of Turquoise #25ECB5

RGB

 RED value IS 37 (14.84% from 255) = 8.15%

 GREEN value IS 236 (92.58% from 255) = 51.98%

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 8.15%
G = 51.98%
B = 39.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#25ECB5 (or 0x25ECB5) is known color: Turquoise. HEX triplet: 25, EC and B5. RGB value is (37,236,181). Sum of RGB (Red+Green+Blue) = 37+236+181=454 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.15% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECB5 is #DA134A. Grayscale: #AAAAAA. Windows color (decimal): -14291787 or 11922469. OLE color: 11922469.

HSL color Cylindrical-coordinate representation of color #25ECB5: hue angle of 163.42º 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 #25ECB5 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 236 181 -
CMYK 0.84 0 0.23 0.07
HSL 163.42º 0.84% 0.54% -
HSV(B) 163.42º 0.84% 0.93% -
XYZ 39.1 63.72 53.95 -
YUV 170.23 134.07 32.97 -
System Red Green Blue C M Y K H S L
Decimal 37 236 181 0.84 0 0.23 0.07 163.42 0.84 0.54
Hex 25 EC B5 54 0 17 7 A3 54 36
Octal 45 354 265 124 0 27 7 243 124 66
Binary 100101 11101100 10110101 1010100 0 10111 111 10100011 1010100 110110

Color Harmonies of #25ECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECB5

Black with #25ECB5

Text Example


Text Example

White with #25ECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25ECB5;
 }
 .AnyTagClassName
 {
   color: #25ECB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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