Html Css Color HEX #37CDB6 Medium Turquoise

📋 copy color: '#37CDB6'

red 55 ◦ green 205 ◦ blue 182

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

Shades of Medium Turquoise #37CDB6

Tints of Medium Turquoise #37CDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.38%

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

R = 12.44%
G = 46.38%
B = 41.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#37CDB6 (or 0x37CDB6) is known color: Medium Turquoise. HEX triplet: 37, CD and B6. RGB value is (55,205,182). Sum of RGB (Red+Green+Blue) = 55+205+182=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDB6 is #C83249. Grayscale: #9D9D9D. Windows color (decimal): -13120074 or 11980087. OLE color: 11980087.

HSL color Cylindrical-coordinate representation of color #37CDB6: hue angle of 170.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CDB6 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 205 182 -
CMYK 0.73 0 0.11 0.20
HSL 170.8º 0.6% 0.51% -
HSV(B) 170.8º 0.73% 0.8% -
XYZ 31.85 47.85 51.81 -
YUV 157.53 141.81 54.87 -
System Red Green Blue C M Y K H S L
Decimal 55 205 182 0.73 0 0.11 0.20 170.8 0.6 0.51
Hex 37 CD B6 49 0 B 14 AB 3C 33
Octal 67 315 266 111 0 13 24 253 74 63
Binary 110111 11001101 10110110 1001001 0 1011 10100 10101011 111100 110011

Color Harmonies of #37CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDB6

Black with #37CDB6

Text Example


Text Example

White with #37CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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