Html Css Color HEX #37D7B5 Turquoise

📋 copy color: '#37D7B5'

red 55 ◦ green 215 ◦ blue 181

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

Shades of Turquoise #37D7B5

Tints of Turquoise #37D7B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.13%

R = 12.2%
G = 47.67%
B = 40.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#37D7B5 (or 0x37D7B5) is known color: Turquoise. HEX triplet: 37, D7 and B5. RGB value is (55,215,181). Sum of RGB (Red+Green+Blue) = 55+215+181=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #37D7B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7B5 is #C8284A. Grayscale: #A3A3A3. Windows color (decimal): -13117515 or 11917111. OLE color: 11917111.

HSL color Cylindrical-coordinate representation of color #37D7B5: hue angle of 167.25º 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 #37D7B5 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 215 181 -
CMYK 0.74 0 0.16 0.16
HSL 167.25º 0.67% 0.53% -
HSV(B) 167.25º 0.74% 0.84% -
XYZ 34.22 52.75 52.09 -
YUV 163.28 137.99 50.76 -
System Red Green Blue C M Y K H S L
Decimal 55 215 181 0.74 0 0.16 0.16 167.25 0.67 0.53
Hex 37 D7 B5 4A 0 10 10 A7 43 35
Octal 67 327 265 112 0 20 20 247 103 65
Binary 110111 11010111 10110101 1001010 0 10000 10000 10100111 1000011 110101

Color Harmonies of #37D7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7B5

Black with #37D7B5

Text Example


Text Example

White with #37D7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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