Html Css Color HEX #37D4BB Turquoise

📋 copy color: '#37D4BB'

red 55 ◦ green 212 ◦ blue 187

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

Shades of Turquoise #37D4BB

Tints of Turquoise #37D4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.7%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 12.11%
G = 46.7%
B = 41.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#37D4BB (or 0x37D4BB) is known color: Turquoise. HEX triplet: 37, D4 and BB. RGB value is (55,212,187). Sum of RGB (Red+Green+Blue) = 55+212+187=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #37D4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D4BB is #C82B44. Grayscale: #A2A2A2. Windows color (decimal): -13118277 or 12309559. OLE color: 12309559.

HSL color Cylindrical-coordinate representation of color #37D4BB: hue angle of 170.45º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D4BB is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 55 212 187 -
CMYK 0.74 0 0.12 0.17
HSL 170.45º 0.65% 0.52% -
HSV(B) 170.45º 0.74% 0.83% -
XYZ 34.09 51.49 55.16 -
YUV 162.21 141.99 51.53 -
System Red Green Blue C M Y K H S L
Decimal 55 212 187 0.74 0 0.12 0.17 170.45 0.65 0.52
Hex 37 D4 BB 4A 0 C 11 AA 41 34
Octal 67 324 273 112 0 14 21 252 101 64
Binary 110111 11010100 10111011 1001010 0 1100 10001 10101010 1000001 110100

Color Harmonies of #37D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D4BB

Black with #37D4BB

Text Example


Text Example

White with #37D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,212,187); }

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

background-color css

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

 a { background-color: rgb(55,212,187); }

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

border-color css

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

 span { border-color: rgb(55,212,187); }

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