Html Css Color HEX #37CFB7 Medium Turquoise

📋 copy color: '#37CFB7'

red 55 ◦ green 207 ◦ blue 183

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

Shades of Medium Turquoise #37CFB7

Tints of Medium Turquoise #37CFB7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.52%

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

R = 12.36%
G = 46.52%
B = 41.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#37CFB7 (or 0x37CFB7) is known color: Medium Turquoise. HEX triplet: 37, CF and B7. RGB value is (55,207,183). Sum of RGB (Red+Green+Blue) = 55+207+183=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFB7 is #C83048. Grayscale: #9E9E9E. Windows color (decimal): -13119561 or 12046135. OLE color: 12046135.

HSL color Cylindrical-coordinate representation of color #37CFB7: hue angle of 170.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFB7 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 207 183 -
CMYK 0.73 0 0.12 0.19
HSL 170.53º 0.61% 0.51% -
HSV(B) 170.53º 0.73% 0.81% -
XYZ 32.44 48.86 52.52 -
YUV 158.82 141.64 53.95 -
System Red Green Blue C M Y K H S L
Decimal 55 207 183 0.73 0 0.12 0.19 170.53 0.61 0.51
Hex 37 CF B7 49 0 C 13 AB 3D 33
Octal 67 317 267 111 0 14 23 253 75 63
Binary 110111 11001111 10110111 1001001 0 1100 10011 10101011 111101 110011

Color Harmonies of #37CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CFB7

Black with #37CFB7

Text Example


Text Example

White with #37CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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