Html Css Color HEX #55C1BA Medium Turquoise

📋 copy color: '#55C1BA'

red 85 ◦ green 193 ◦ blue 186

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

Shades of Medium Turquoise #55C1BA

Tints of Medium Turquoise #55C1BA

RGB

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

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

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

R = 18.32%
G = 41.59%
B = 40.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#55C1BA (or 0x55C1BA) is known color: Medium Turquoise. HEX triplet: 55, C1 and BA. RGB value is (85,193,186). Sum of RGB (Red+Green+Blue) = 85+193+186=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C1BA is #AA3E45. Grayscale: #9F9F9F. Windows color (decimal): -11157062 or 12239189. OLE color: 12239189.

HSL color Cylindrical-coordinate representation of color #55C1BA: hue angle of 176.11º 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 #55C1BA is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 186 -
CMYK 0.56 0 0.04 0.24
HSL 176.11º 0.47% 0.55% -
HSV(B) 176.11º 0.56% 0.76% -
XYZ 31.68 43.62 53.2 -
YUV 159.91 142.72 74.57 -
System Red Green Blue C M Y K H S L
Decimal 85 193 186 0.56 0 0.04 0.24 176.11 0.47 0.55
Hex 55 C1 BA 38 0 4 18 B0 2F 37
Octal 125 301 272 70 0 4 30 260 57 67
Binary 1010101 11000001 10111010 111000 0 100 11000 10110000 101111 110111

Color Harmonies of #55C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1BA

Black with #55C1BA

Text Example


Text Example

White with #55C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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