Html Css Color HEX #37D7B6 Turquoise

📋 copy color: '#37D7B6'

red 55 ◦ green 215 ◦ blue 182

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

Shades of Turquoise #37D7B6

Tints of Turquoise #37D7B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 12.17%
G = 47.57%
B = 40.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#37D7B6 (or 0x37D7B6) is known color: Turquoise. HEX triplet: 37, D7 and B6. RGB value is (55,215,182). Sum of RGB (Red+Green+Blue) = 55+215+182=452 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.17% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #37D7B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7B6 is #C82849. Grayscale: #A3A3A3. Windows color (decimal): -13117514 or 11982647. OLE color: 11982647.

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

Color convert

RGB 55 215 182 -
CMYK 0.74 0 0.15 0.16
HSL 167.63º 0.67% 0.53% -
HSV(B) 167.63º 0.74% 0.84% -
XYZ 34.32 52.79 52.64 -
YUV 163.4 138.49 50.68 -
System Red Green Blue C M Y K H S L
Decimal 55 215 182 0.74 0 0.15 0.16 167.63 0.67 0.53
Hex 37 D7 B6 4A 0 F 10 A8 43 35
Octal 67 327 266 112 0 17 20 250 103 65
Binary 110111 11010111 10110110 1001010 0 1111 10000 10101000 1000011 110101

Color Harmonies of #37D7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7B6

Black with #37D7B6

Text Example


Text Example

White with #37D7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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