Html Css Color HEX #37DABC Turquoise

📋 copy color: '#37DABC'

red 55 ◦ green 218 ◦ blue 188

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

Shades of Turquoise #37DABC

Tints of Turquoise #37DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 11.93%
G = 47.29%
B = 40.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#37DABC (or 0x37DABC) is known color: Turquoise. HEX triplet: 37, DA and BC. RGB value is (55,218,188). Sum of RGB (Red+Green+Blue) = 55+218+188=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #37DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DABC is #C82543. Grayscale: #A5A5A5. Windows color (decimal): -13116740 or 12376631. OLE color: 12376631.

HSL color Cylindrical-coordinate representation of color #37DABC: hue angle of 168.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DABC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 218 188 -
CMYK 0.75 0 0.14 0.15
HSL 168.96º 0.69% 0.54% -
HSV(B) 168.96º 0.75% 0.85% -
XYZ 35.72 54.59 56.23 -
YUV 165.84 140.5 48.94 -
System Red Green Blue C M Y K H S L
Decimal 55 218 188 0.75 0 0.14 0.15 168.96 0.69 0.54
Hex 37 DA BC 4B 0 E F A9 45 36
Octal 67 332 274 113 0 16 17 251 105 66
Binary 110111 11011010 10111100 1001011 0 1110 1111 10101001 1000101 110110

Color Harmonies of #37DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DABC

Black with #37DABC

Text Example


Text Example

White with #37DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,218,188); }

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

background-color css

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

 a { background-color: rgb(55,218,188); }

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

border-color css

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

 span { border-color: rgb(55,218,188); }

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