Html Css Color HEX #55D1BA Medium Turquoise

📋 copy color: '#55D1BA'

red 85 ◦ green 209 ◦ blue 186

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

Shades of Medium Turquoise #55D1BA

Tints of Medium Turquoise #55D1BA

RGB

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

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

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

R = 17.71%
G = 43.54%
B = 38.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#55D1BA (or 0x55D1BA) is known color: Medium Turquoise. HEX triplet: 55, D1 and BA. RGB value is (85,209,186). Sum of RGB (Red+Green+Blue) = 85+209+186=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1BA is #AA2E45. Grayscale: #A9A9A9. Windows color (decimal): -11152966 or 12243285. OLE color: 12243285.

HSL color Cylindrical-coordinate representation of color #55D1BA: hue angle of 168.87º 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 #55D1BA is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 209 186 -
CMYK 0.59 0 0.11 0.18
HSL 168.87º 0.57% 0.58% -
HSV(B) 168.87º 0.59% 0.82% -
XYZ 35.41 51.08 54.45 -
YUV 169.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 85 209 186 0.59 0 0.11 0.18 168.87 0.57 0.58
Hex 55 D1 BA 3B 0 B 12 A9 39 3A
Octal 125 321 272 73 0 13 22 251 71 72
Binary 1010101 11010001 10111010 111011 0 1011 10010 10101001 111001 111010

Color Harmonies of #55D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D1BA

Black with #55D1BA

Text Example


Text Example

White with #55D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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