Html Css Color HEX #55D1C1 Medium Turquoise

📋 copy color: '#55D1C1'

red 85 ◦ green 209 ◦ blue 193

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

Shades of Medium Turquoise #55D1C1

Tints of Medium Turquoise #55D1C1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.92%

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 17.45%
G = 42.92%
B = 39.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#55D1C1 (or 0x55D1C1) is known color: Medium Turquoise. HEX triplet: 55, D1 and C1. RGB value is (85,209,193). Sum of RGB (Red+Green+Blue) = 85+209+193=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1C1 is #AA2E3E. Grayscale: #AAAAAA. Windows color (decimal): -11152959 or 12702037. OLE color: 12702037.

HSL color Cylindrical-coordinate representation of color #55D1C1: hue angle of 172.26º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D1C1 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 209 193 -
CMYK 0.59 0 0.08 0.18
HSL 172.26º 0.57% 0.58% -
HSV(B) 172.26º 0.59% 0.82% -
XYZ 36.17 51.38 58.46 -
YUV 170.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 85 209 193 0.59 0 0.08 0.18 172.26 0.57 0.58
Hex 55 D1 C1 3B 0 8 12 AC 39 3A
Octal 125 321 301 73 0 10 22 254 71 72
Binary 1010101 11010001 11000001 111011 0 1000 10010 10101100 111001 111010

Color Harmonies of #55D1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D1C1

Black with #55D1C1

Text Example


Text Example

White with #55D1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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