Html Css Color HEX #37EDB7 Turquoise

📋 copy color: '#37EDB7'

red 55 ◦ green 237 ◦ blue 183

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

Shades of Turquoise #37EDB7

Tints of Turquoise #37EDB7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.89%

 BLUE value IS 183 (71.88% from 255) = 38.53%

R = 11.58%
G = 49.89%
B = 38.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#37EDB7 (or 0x37EDB7) is known color: Turquoise. HEX triplet: 37, ED and B7. RGB value is (55,237,183). Sum of RGB (Red+Green+Blue) = 55+237+183=475 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.58% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #37EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EDB7 is #C81248. Grayscale: #B0B0B0. Windows color (decimal): -13111881 or 12053815. OLE color: 12053815.

HSL color Cylindrical-coordinate representation of color #37EDB7: hue angle of 162.2º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EDB7 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 237 183 -
CMYK 0.77 0 0.23 0.07
HSL 162.2º 0.83% 0.57% -
HSV(B) 162.2º 0.77% 0.93% -
XYZ 40.41 64.8 55.18 -
YUV 176.43 131.7 41.39 -
System Red Green Blue C M Y K H S L
Decimal 55 237 183 0.77 0 0.23 0.07 162.2 0.83 0.57
Hex 37 ED B7 4D 0 17 7 A2 53 39
Octal 67 355 267 115 0 27 7 242 123 71
Binary 110111 11101101 10110111 1001101 0 10111 111 10100010 1010011 111001

Color Harmonies of #37EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EDB7

Black with #37EDB7

Text Example


Text Example

White with #37EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,237,183); }

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

background-color css

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

 a { background-color: rgb(55,237,183); }

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

border-color css

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

 span { border-color: rgb(55,237,183); }

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