Html Css Color HEX #37BDBD Medium Turquoise

📋 copy color: '#37BDBD'

red 55 ◦ green 189 ◦ blue 189

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

Shades of Medium Turquoise #37BDBD

Tints of Medium Turquoise #37BDBD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 12.7%
G = 43.65%
B = 43.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#37BDBD (or 0x37BDBD) is known color: Medium Turquoise. HEX triplet: 37, BD and BD. RGB value is (55,189,189). Sum of RGB (Red+Green+Blue) = 55+189+189=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #37BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDBD is #C84242. Grayscale: #949494. Windows color (decimal): -13124163 or 12434743. OLE color: 12434743.

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

Color convert

RGB 55 189 189 -
CMYK 0.71 0 0 0.26
HSL 180º 0.55% 0.48% -
HSV(B) 180º 0.71% 0.74% -
XYZ 28.96 40.88 54.51 -
YUV 148.93 150.61 61 -
System Red Green Blue C M Y K H S L
Decimal 55 189 189 0.71 0 0 0.26 180 0.55 0.48
Hex 37 BD BD 47 0 0 1A B4 37 30
Octal 67 275 275 107 0 0 32 264 67 60
Binary 110111 10111101 10111101 1000111 0 0 11010 10110100 110111 110000

Color Harmonies of #37BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BDBD

Black with #37BDBD

Text Example


Text Example

White with #37BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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