Html Css Color HEX #55C1C0 Medium Turquoise

📋 copy color: '#55C1C0'

red 85 ◦ green 193 ◦ blue 192

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

Shades of Medium Turquoise #55C1C0

Tints of Medium Turquoise #55C1C0

RGB

 RED value IS 85 (33.59% from 255) = 18.09%

 GREEN value IS 193 (75.78% from 255) = 41.06%

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 18.09%
G = 41.06%
B = 40.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#55C1C0 (or 0x55C1C0) is known color: Medium Turquoise. HEX triplet: 55, C1 and C0. RGB value is (85,193,192). Sum of RGB (Red+Green+Blue) = 85+193+192=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C1C0 is #AA3E3F. Grayscale: #A0A0A0. Windows color (decimal): -11157056 or 12632405. OLE color: 12632405.

HSL color Cylindrical-coordinate representation of color #55C1C0: hue angle of 179.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C1C0 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 192 -
CMYK 0.56 0 0.01 0.24
HSL 179.44º 0.47% 0.55% -
HSV(B) 179.44º 0.56% 0.76% -
XYZ 32.33 43.88 56.63 -
YUV 160.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 85 193 192 0.56 0 0.01 0.24 179.44 0.47 0.55
Hex 55 C1 C0 38 0 1 18 B3 2F 37
Octal 125 301 300 70 0 1 30 263 57 67
Binary 1010101 11000001 11000000 111000 0 1 11000 10110011 101111 110111

Color Harmonies of #55C1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1C0

Black with #55C1C0

Text Example


Text Example

White with #55C1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C1C0; }

 p { color: rgb(85,193,192); }

 H1.HeaderClassName
 {
   color: #55C1C0;
 }
 .AnyTagClassName
 {
   color: #55C1C0;
 }
</style>

background-color css

<style>
 a { background-color: #55C1C0; }

 a { background-color: rgb(85,193,192); }

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

border-color css

<style>
 span { border-color: #55C1C0; }

 span { border-color: rgb(85,193,192); }

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