Html Css Color HEX #37CAB7 Medium Turquoise

📋 copy color: '#37CAB7'

red 55 ◦ green 202 ◦ blue 183

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

Shades of Medium Turquoise #37CAB7

Tints of Medium Turquoise #37CAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 12.5%
G = 45.91%
B = 41.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#37CAB7 (or 0x37CAB7) is known color: Medium Turquoise. HEX triplet: 37, CA and B7. RGB value is (55,202,183). Sum of RGB (Red+Green+Blue) = 55+202+183=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CAB7 is #C83548. Grayscale: #9B9B9B. Windows color (decimal): -13120841 or 12044855. OLE color: 12044855.

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

Color convert

RGB 55 202 183 -
CMYK 0.73 0 0.09 0.21
HSL 172.24º 0.58% 0.5% -
HSV(B) 172.24º 0.73% 0.79% -
XYZ 31.24 46.47 52.12 -
YUV 155.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 55 202 183 0.73 0 0.09 0.21 172.24 0.58 0.5
Hex 37 CA B7 49 0 9 15 AC 3A 32
Octal 67 312 267 111 0 11 25 254 72 62
Binary 110111 11001010 10110111 1001001 0 1001 10101 10101100 111010 110010

Color Harmonies of #37CAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CAB7

Black with #37CAB7

Text Example


Text Example

White with #37CAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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