Html Css Color HEX #37D7BC Turquoise

📋 copy color: '#37D7BC'

red 55 ◦ green 215 ◦ blue 188

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

Shades of Turquoise #37D7BC

Tints of Turquoise #37D7BC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.94%

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

R = 12.01%
G = 46.94%
B = 41.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#37D7BC (or 0x37D7BC) is known color: Turquoise. HEX triplet: 37, D7 and BC. RGB value is (55,215,188). Sum of RGB (Red+Green+Blue) = 55+215+188=458 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.01% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #37D7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7BC is #C82843. Grayscale: #A4A4A4. Windows color (decimal): -13117508 or 12375863. OLE color: 12375863.

HSL color Cylindrical-coordinate representation of color #37D7BC: hue angle of 169.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D7BC is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 215 188 -
CMYK 0.74 0 0.13 0.16
HSL 169.88º 0.67% 0.53% -
HSV(B) 169.88º 0.74% 0.84% -
XYZ 34.95 53.04 55.97 -
YUV 164.08 141.49 50.2 -
System Red Green Blue C M Y K H S L
Decimal 55 215 188 0.74 0 0.13 0.16 169.88 0.67 0.53
Hex 37 D7 BC 4A 0 D 10 AA 43 35
Octal 67 327 274 112 0 15 20 252 103 65
Binary 110111 11010111 10111100 1001010 0 1101 10000 10101010 1000011 110101

Color Harmonies of #37D7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7BC

Black with #37D7BC

Text Example


Text Example

White with #37D7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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