Html Css Color HEX #37D7BA Turquoise

📋 copy color: '#37D7BA'

red 55 ◦ green 215 ◦ blue 186

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

Shades of Turquoise #37D7BA

Tints of Turquoise #37D7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 12.06%
G = 47.15%
B = 40.79%

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

#37D7BA (or 0x37D7BA) is known color: Turquoise. HEX triplet: 37, D7 and BA. RGB value is (55,215,186). Sum of RGB (Red+Green+Blue) = 55+215+186=456 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.06% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #37D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7BA is #C82845. Grayscale: #A3A3A3. Windows color (decimal): -13117510 or 12244791. OLE color: 12244791.

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

Color convert

RGB 55 215 186 -
CMYK 0.74 0 0.13 0.16
HSL 169.13º 0.67% 0.53% -
HSV(B) 169.13º 0.74% 0.84% -
XYZ 34.74 52.96 54.85 -
YUV 163.85 140.49 50.36 -
System Red Green Blue C M Y K H S L
Decimal 55 215 186 0.74 0 0.13 0.16 169.13 0.67 0.53
Hex 37 D7 BA 4A 0 D 10 A9 43 35
Octal 67 327 272 112 0 15 20 251 103 65
Binary 110111 11010111 10111010 1001010 0 1101 10000 10101001 1000011 110101

Color Harmonies of #37D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7BA

Black with #37D7BA

Text Example


Text Example

White with #37D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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