Html Css Color HEX #37CEC3 Medium Turquoise

📋 copy color: '#37CEC3'

red 55 ◦ green 206 ◦ blue 195

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

Shades of Medium Turquoise #37CEC3

Tints of Medium Turquoise #37CEC3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.18%

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 12.06%
G = 45.18%
B = 42.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#37CEC3 (or 0x37CEC3) is known color: Medium Turquoise. HEX triplet: 37, CE and C3. RGB value is (55,206,195). Sum of RGB (Red+Green+Blue) = 55+206+195=456 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.06% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEC3 is #C8313C. Grayscale: #9F9F9F. Windows color (decimal): -13119805 or 12832311. OLE color: 12832311.

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

Color convert

RGB 55 206 195 -
CMYK 0.73 0 0.05 0.19
HSL 175.63º 0.61% 0.51% -
HSV(B) 175.63º 0.73% 0.81% -
XYZ 33.5 48.89 59.3 -
YUV 159.6 147.97 53.39 -
System Red Green Blue C M Y K H S L
Decimal 55 206 195 0.73 0 0.05 0.19 175.63 0.61 0.51
Hex 37 CE C3 49 0 5 13 B0 3D 33
Octal 67 316 303 111 0 5 23 260 75 63
Binary 110111 11001110 11000011 1001001 0 101 10011 10110000 111101 110011

Color Harmonies of #37CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CEC3

Black with #37CEC3

Text Example


Text Example

White with #37CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,206,195); }

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

background-color css

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

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

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

border-color css

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

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

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