Html Css Color HEX #37EBC9 Turquoise

📋 copy color: '#37EBC9'

red 55 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #37EBC9

Tints of Turquoise #37EBC9

RGB

 RED value IS 55 (21.88% from 255) = 11.2%

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

 BLUE value IS 201 (78.91% from 255) = 40.94%

R = 11.2%
G = 47.86%
B = 40.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#37EBC9 (or 0x37EBC9) is known color: Turquoise. HEX triplet: 37, EB and C9. RGB value is (55,235,201). Sum of RGB (Red+Green+Blue) = 55+235+201=491 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.20% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBC9 is #C81436. Grayscale: #B1B1B1. Windows color (decimal): -13112375 or 13232951. OLE color: 13232951.

HSL color Cylindrical-coordinate representation of color #37EBC9: hue angle of 168.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EBC9 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 235 201 -
CMYK 0.77 0 0.14 0.08
HSL 168.67º 0.82% 0.57% -
HSV(B) 168.67º 0.77% 0.92% -
XYZ 41.83 64.45 65.49 -
YUV 177.3 141.37 40.76 -
System Red Green Blue C M Y K H S L
Decimal 55 235 201 0.77 0 0.14 0.08 168.67 0.82 0.57
Hex 37 EB C9 4D 0 E 8 A9 52 39
Octal 67 353 311 115 0 16 10 251 122 71
Binary 110111 11101011 11001001 1001101 0 1110 1000 10101001 1010010 111001

Color Harmonies of #37EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBC9

Black with #37EBC9

Text Example


Text Example

White with #37EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37EBC9; }

 p { color: rgb(55,235,201); }

 H1.HeaderClassName
 {
   color: #37EBC9;
 }
 .AnyTagClassName
 {
   color: #37EBC9;
 }
</style>

background-color css

<style>
 a { background-color: #37EBC9; }

 a { background-color: rgb(55,235,201); }

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

border-color css

<style>
 span { border-color: #37EBC9; }

 span { border-color: rgb(55,235,201); }

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