Html Css Color HEX #37CEDC Medium Turquoise

📋 copy color: '#37CEDC'

red 55 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #37CEDC

Tints of Medium Turquoise #37CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 11.43%
G = 42.83%
B = 45.74%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37CEDC (or 0x37CEDC) is known color: Medium Turquoise. HEX triplet: 37, CE and DC. RGB value is (55,206,220). Sum of RGB (Red+Green+Blue) = 55+206+220=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #37CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEDC is #C83123. Grayscale: #A2A2A2. Windows color (decimal): -13119780 or 14470711. OLE color: 14470711.

HSL color Cylindrical-coordinate representation of color #37CEDC: hue angle of 185.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CEDC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 206 220 -
CMYK 0.75 0.06 0 0.14
HSL 185.09º 0.7% 0.54% -
HSV(B) 185.09º 0.75% 0.86% -
XYZ 36.57 50.12 75.46 -
YUV 162.45 160.47 51.36 -
System Red Green Blue C M Y K H S L
Decimal 55 206 220 0.75 0.06 0 0.14 185.09 0.7 0.54
Hex 37 CE DC 4B 6 0 E B9 46 36
Octal 67 316 334 113 6 0 16 271 106 66
Binary 110111 11001110 11011100 1001011 110 0 1110 10111001 1000110 110110

Color Harmonies of #37CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CEDC

Black with #37CEDC

Text Example


Text Example

White with #37CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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