Html Css Color HEX #25EBC5 Turquoise

📋 copy color: '#25EBC5'

red 37 ◦ green 235 ◦ blue 197

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

Shades of Turquoise #25EBC5

Tints of Turquoise #25EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.11%

 BLUE value IS 197 (77.34% from 255) = 42%

R = 7.89%
G = 50.11%
B = 42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#25EBC5 (or 0x25EBC5) is known color: Turquoise. HEX triplet: 25, EB and C5. RGB value is (37,235,197). Sum of RGB (Red+Green+Blue) = 37+235+197=469 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.89% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #25EBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EBC5 is #DA143A. Grayscale: #ABABAB. Windows color (decimal): -14292027 or 12970789. OLE color: 12970789.

HSL color Cylindrical-coordinate representation of color #25EBC5: hue angle of 168.48º degrees, saturation: 0.83, 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 #25EBC5 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 235 197 -
CMYK 0.84 0 0.16 0.08
HSL 168.48º 0.83% 0.53% -
HSV(B) 168.48º 0.84% 0.92% -
XYZ 40.55 63.84 63.01 -
YUV 171.47 142.4 32.09 -
System Red Green Blue C M Y K H S L
Decimal 37 235 197 0.84 0 0.16 0.08 168.48 0.83 0.53
Hex 25 EB C5 54 0 10 8 A8 53 35
Octal 45 353 305 124 0 20 10 250 123 65
Binary 100101 11101011 11000101 1010100 0 10000 1000 10101000 1010011 110101

Color Harmonies of #25EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EBC5

Black with #25EBC5

Text Example


Text Example

White with #25EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,235,197); }

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

background-color css

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

 a { background-color: rgb(37,235,197); }

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

border-color css

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

 span { border-color: rgb(37,235,197); }

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