Html Css Color HEX #37EFBC Turquoise

📋 copy color: '#37EFBC'

red 55 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #37EFBC

Tints of Turquoise #37EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.59%

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

R = 11.41%
G = 49.59%
B = 39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#37EFBC (or 0x37EFBC) is known color: Turquoise. HEX triplet: 37, EF and BC. RGB value is (55,239,188). Sum of RGB (Red+Green+Blue) = 55+239+188=482 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.41% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFBC is #C81043. Grayscale: #B2B2B2. Windows color (decimal): -13111364 or 12382007. OLE color: 12382007.

HSL color Cylindrical-coordinate representation of color #37EFBC: hue angle of 163.37º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFBC is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 239 188 -
CMYK 0.77 0 0.21 0.06
HSL 163.37º 0.85% 0.58% -
HSV(B) 163.37º 0.77% 0.94% -
XYZ 41.52 66.18 58.16 -
YUV 178.17 133.54 40.15 -
System Red Green Blue C M Y K H S L
Decimal 55 239 188 0.77 0 0.21 0.06 163.37 0.85 0.58
Hex 37 EF BC 4D 0 15 6 A3 55 3A
Octal 67 357 274 115 0 25 6 243 125 72
Binary 110111 11101111 10111100 1001101 0 10101 110 10100011 1010101 111010

Color Harmonies of #37EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFBC

Black with #37EFBC

Text Example


Text Example

White with #37EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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