Html Css Color HEX #37ECBC Turquoise

📋 copy color: '#37ECBC'

red 55 ◦ green 236 ◦ blue 188

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

Shades of Turquoise #37ECBC

Tints of Turquoise #37ECBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 11.48%
G = 49.27%
B = 39.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#37ECBC (or 0x37ECBC) is known color: Turquoise. HEX triplet: 37, EC and BC. RGB value is (55,236,188). Sum of RGB (Red+Green+Blue) = 55+236+188=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECBC is #C81343. Grayscale: #B0B0B0. Windows color (decimal): -13112132 or 12381239. OLE color: 12381239.

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

Color convert

RGB 55 236 188 -
CMYK 0.77 0 0.20 0.07
HSL 164.09º 0.83% 0.57% -
HSV(B) 164.09º 0.77% 0.93% -
XYZ 40.65 64.43 57.87 -
YUV 176.41 134.53 41.4 -
System Red Green Blue C M Y K H S L
Decimal 55 236 188 0.77 0 0.20 0.07 164.09 0.83 0.57
Hex 37 EC BC 4D 0 14 7 A4 53 39
Octal 67 354 274 115 0 24 7 244 123 71
Binary 110111 11101100 10111100 1001101 0 10100 111 10100100 1010011 111001

Color Harmonies of #37ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECBC

Black with #37ECBC

Text Example


Text Example

White with #37ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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