Html Css Color HEX #37CBBA Medium Turquoise

📋 copy color: '#37CBBA'

red 55 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #37CBBA

Tints of Medium Turquoise #37CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 12.39%
G = 45.72%
B = 41.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#37CBBA (or 0x37CBBA) is known color: Medium Turquoise. HEX triplet: 37, CB and BA. RGB value is (55,203,186). Sum of RGB (Red+Green+Blue) = 55+203+186=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBBA is #C83445. Grayscale: #9C9C9C. Windows color (decimal): -13120582 or 12241719. OLE color: 12241719.

HSL color Cylindrical-coordinate representation of color #37CBBA: hue angle of 173.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CBBA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 203 186 -
CMYK 0.73 0 0.08 0.20
HSL 173.11º 0.59% 0.51% -
HSV(B) 173.11º 0.73% 0.8% -
XYZ 31.79 47.07 53.86 -
YUV 156.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 55 203 186 0.73 0 0.08 0.20 173.11 0.59 0.51
Hex 37 CB BA 49 0 8 14 AD 3B 33
Octal 67 313 272 111 0 10 24 255 73 63
Binary 110111 11001011 10111010 1001001 0 1000 10100 10101101 111011 110011

Color Harmonies of #37CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CBBA

Black with #37CBBA

Text Example


Text Example

White with #37CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,203,186); }

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

background-color css

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

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

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

border-color css

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

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

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