Html Css Color HEX #37BEBE Medium Turquoise

📋 copy color: '#37BEBE'

red 55 ◦ green 190 ◦ blue 190

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

Shades of Medium Turquoise #37BEBE

Tints of Medium Turquoise #37BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.68%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 12.64%
G = 43.68%
B = 43.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#37BEBE (or 0x37BEBE) is known color: Medium Turquoise. HEX triplet: 37, BE and BE. RGB value is (55,190,190). Sum of RGB (Red+Green+Blue) = 55+190+190=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #37BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BEBE is #C84141. Grayscale: #959595. Windows color (decimal): -13123906 or 12500535. OLE color: 12500535.

HSL color Cylindrical-coordinate representation of color #37BEBE: hue angle of 180º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BEBE is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 190 190 -
CMYK 0.71 0 0 0.25
HSL 180º 0.55% 0.48% -
HSV(B) 180º 0.71% 0.75% -
XYZ 29.28 41.36 55.15 -
YUV 149.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 55 190 190 0.71 0 0 0.25 180 0.55 0.48
Hex 37 BE BE 47 0 0 19 B4 37 30
Octal 67 276 276 107 0 0 31 264 67 60
Binary 110111 10111110 10111110 1000111 0 0 11001 10110100 110111 110000

Color Harmonies of #37BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BEBE

Black with #37BEBE

Text Example


Text Example

White with #37BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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