Html Css Color HEX #25ECBE Turquoise

📋 copy color: '#25ECBE'

red 37 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #25ECBE

Tints of Turquoise #25ECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 7.99%
G = 50.97%
B = 41.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#25ECBE (or 0x25ECBE) is known color: Turquoise. HEX triplet: 25, EC and BE. RGB value is (37,236,190). Sum of RGB (Red+Green+Blue) = 37+236+190=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECBE is #DA1341. Grayscale: #ABABAB. Windows color (decimal): -14291778 or 12512293. OLE color: 12512293.

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

Color convert

RGB 37 236 190 -
CMYK 0.84 0 0.19 0.07
HSL 166.13º 0.84% 0.54% -
HSV(B) 166.13º 0.84% 0.93% -
XYZ 40.05 64.1 58.98 -
YUV 171.26 138.57 32.24 -
System Red Green Blue C M Y K H S L
Decimal 37 236 190 0.84 0 0.19 0.07 166.13 0.84 0.54
Hex 25 EC BE 54 0 13 7 A6 54 36
Octal 45 354 276 124 0 23 7 246 124 66
Binary 100101 11101100 10111110 1010100 0 10011 111 10100110 1010100 110110

Color Harmonies of #25ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECBE

Black with #25ECBE

Text Example


Text Example

White with #25ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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