#55D7CA

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

Shades of Medium Turquoise #55D7CA

Tints of Medium Turquoise #55D7CA

Color information

#55D7CA (or 0x55D7CA) is unknown color: approx Medium Turquoise. HEX triplet: 55, D7 and CA. RGB value is (85,215,202). Sum of RGB (Red+Green+Blue) = 85+215+202=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #55D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D7CA is #AA2835. Grayscale: #AEAEAE. Windows color (decimal): -11151414 or 13293397. OLE color: 13293397.

HSL color Cylindrical-coordinate representation of color #55D7CA: hue angle of 174º degrees, saturation: 0.62, 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 #55D7CA is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB85215202-
CMYK0.6000.060.16
HSL174º61.9%58.82%-
HSV(B)174º60.47%84.31%-
XYZ38.7154.864.41-
YUV174.65143.4364.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.93%
GREEN value IS 215 (84.38% from 255) = 42.83%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=16.93%
G=42.83%
B=40.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852152020.6000.060.1617461.958.82
Hex55D7CA3C0610ae3e3b
Octal1253273127406202567673
Binary1010101110101111100101011110001101000010101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,215,202); }

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

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

 a { background-color: rgb(85,215,202); }

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

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

 span { border-color: rgb(85,215,202); }

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