#55D6C1

Color #55D6C1 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #55D6C1

Tints of Medium Turquoise #55D6C1

Color information

#55D6C1 (or 0x55D6C1) is unknown color: approx Medium Turquoise. HEX triplet: 55, D6 and C1. RGB value is (85,214,193). Sum of RGB (Red+Green+Blue) = 85+214+193=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D6C1 is #AA293E. Grayscale: #ACACAC. Windows color (decimal): -11151679 or 12703317. OLE color: 12703317.

HSL color Cylindrical-coordinate representation of color #55D6C1: hue angle of 170.23º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D6C1 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB85214193-
CMYK0.6000.100.16
HSL170.23º61.14%58.63%-
HSV(B)170.23º60.28%83.92%-
XYZ37.4253.8758.88-
YUV173.04139.2665.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.28%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=17.28%
G=43.50%
B=39.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852141930.6000.100.16170.2361.1458.63
Hex55D6C13C0A10aa3d3b
Octal12532630174012202527573
Binary10101011101011011000001111100010101000010101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55D6C1;
 }
 .AnyTagClassName
 {
   color: #55D6C1;
 }
</style>
background-color css

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

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

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

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

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

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