Html Css Color HEX #37D6B5 Turquoise

📋 copy color: '#37D6B5'

red 55 ◦ green 214 ◦ blue 181

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

Shades of Turquoise #37D6B5

Tints of Turquoise #37D6B5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.56%

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

R = 12.22%
G = 47.56%
B = 40.22%

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

#37D6B5 (or 0x37D6B5) is known color: Turquoise. HEX triplet: 37, D6 and B5. RGB value is (55,214,181). Sum of RGB (Red+Green+Blue) = 55+214+181=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #37D6B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D6B5 is #C8294A. Grayscale: #A2A2A2. Windows color (decimal): -13117771 or 11916855. OLE color: 11916855.

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

Color convert

RGB 55 214 181 -
CMYK 0.74 0 0.15 0.16
HSL 167.55º 0.66% 0.53% -
HSV(B) 167.55º 0.74% 0.84% -
XYZ 33.96 52.24 52.01 -
YUV 162.7 138.32 51.18 -
System Red Green Blue C M Y K H S L
Decimal 55 214 181 0.74 0 0.15 0.16 167.55 0.66 0.53
Hex 37 D6 B5 4A 0 F 10 A8 42 35
Octal 67 326 265 112 0 17 20 250 102 65
Binary 110111 11010110 10110101 1001010 0 1111 10000 10101000 1000010 110101

Color Harmonies of #37D6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D6B5

Black with #37D6B5

Text Example


Text Example

White with #37D6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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