Html Css Color HEX #37C3CE Medium Turquoise

📋 copy color: '#37C3CE'

red 55 ◦ green 195 ◦ blue 206

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

Shades of Medium Turquoise #37C3CE

Tints of Medium Turquoise #37C3CE

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 55 195 206 -
CMYK 0.73 0.05 0 0.19
HSL 184.37º 0.61% 0.51% -
HSV(B) 184.37º 0.73% 0.81% -
XYZ 32.23 44.3 65.24 -
YUV 154.39 157.12 57.11 -
System Red Green Blue C M Y K H S L
Decimal 55 195 206 0.73 0.05 0 0.19 184.37 0.61 0.51
Hex 37 C3 CE 49 5 0 13 B8 3D 33
Octal 67 303 316 111 5 0 23 270 75 63
Binary 110111 11000011 11001110 1001001 101 0 10011 10111000 111101 110011

Color Harmonies of #37C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C3CE

Black with #37C3CE

Text Example


Text Example

White with #37C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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