Html Css Color HEX #37CAB9 Medium Turquoise

📋 copy color: '#37CAB9'

red 55 ◦ green 202 ◦ blue 185

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

Shades of Medium Turquoise #37CAB9

Tints of Medium Turquoise #37CAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 12.44%
G = 45.7%
B = 41.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#37CAB9 (or 0x37CAB9) is known color: Medium Turquoise. HEX triplet: 37, CA and B9. RGB value is (55,202,185). Sum of RGB (Red+Green+Blue) = 55+202+185=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CAB9 is #C83546. Grayscale: #9C9C9C. Windows color (decimal): -13120839 or 12175927. OLE color: 12175927.

HSL color Cylindrical-coordinate representation of color #37CAB9: hue angle of 173.06º 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 #37CAB9 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 202 185 -
CMYK 0.73 0 0.08 0.21
HSL 173.06º 0.58% 0.5% -
HSV(B) 173.06º 0.73% 0.79% -
XYZ 31.45 46.56 53.23 -
YUV 156.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 55 202 185 0.73 0 0.08 0.21 173.06 0.58 0.5
Hex 37 CA B9 49 0 8 15 AD 3A 32
Octal 67 312 271 111 0 10 25 255 72 62
Binary 110111 11001010 10111001 1001001 0 1000 10101 10101101 111010 110010

Color Harmonies of #37CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CAB9

Black with #37CAB9

Text Example


Text Example

White with #37CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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