Html Css Color HEX #37ECB7 Turquoise

📋 copy color: '#37ECB7'

red 55 ◦ green 236 ◦ blue 183

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

Shades of Turquoise #37ECB7

Tints of Turquoise #37ECB7

RGB

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

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

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

R = 11.6%
G = 49.79%
B = 38.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#37ECB7 (or 0x37ECB7) is known color: Turquoise. HEX triplet: 37, EC and B7. RGB value is (55,236,183). Sum of RGB (Red+Green+Blue) = 55+236+183=474 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.60% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECB7 is #C81348. Grayscale: #AFAFAF. Windows color (decimal): -13112137 or 12053559. OLE color: 12053559.

HSL color Cylindrical-coordinate representation of color #37ECB7: hue angle of 162.43º 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 #37ECB7 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 236 183 -
CMYK 0.77 0 0.22 0.07
HSL 162.43º 0.83% 0.57% -
HSV(B) 162.43º 0.77% 0.93% -
XYZ 40.12 64.22 55.08 -
YUV 175.84 132.03 41.81 -
System Red Green Blue C M Y K H S L
Decimal 55 236 183 0.77 0 0.22 0.07 162.43 0.83 0.57
Hex 37 EC B7 4D 0 16 7 A2 53 39
Octal 67 354 267 115 0 26 7 242 123 71
Binary 110111 11101100 10110111 1001101 0 10110 111 10100010 1010011 111001

Color Harmonies of #37ECB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECB7

Black with #37ECB7

Text Example


Text Example

White with #37ECB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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