Html Css Color HEX #37CAB5 Medium Turquoise

📋 copy color: '#37CAB5'

red 55 ◦ green 202 ◦ blue 181

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

Shades of Medium Turquoise #37CAB5

Tints of Medium Turquoise #37CAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.12%

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

R = 12.56%
G = 46.12%
B = 41.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#37CAB5 (or 0x37CAB5) is known color: Medium Turquoise. HEX triplet: 37, CA and B5. RGB value is (55,202,181). Sum of RGB (Red+Green+Blue) = 55+202+181=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CAB5 is #C8354A. Grayscale: #9B9B9B. Windows color (decimal): -13120843 or 11913783. OLE color: 11913783.

HSL color Cylindrical-coordinate representation of color #37CAB5: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CAB5 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 202 181 -
CMYK 0.73 0 0.10 0.21
HSL 171.43º 0.58% 0.5% -
HSV(B) 171.43º 0.73% 0.79% -
XYZ 31.04 46.39 51.03 -
YUV 155.65 142.3 56.21 -
System Red Green Blue C M Y K H S L
Decimal 55 202 181 0.73 0 0.10 0.21 171.43 0.58 0.5
Hex 37 CA B5 49 0 A 15 AB 3A 32
Octal 67 312 265 111 0 12 25 253 72 62
Binary 110111 11001010 10110101 1001001 0 1010 10101 10101011 111010 110010

Color Harmonies of #37CAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CAB5

Black with #37CAB5

Text Example


Text Example

White with #37CAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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