#55d7d7

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

Shades of Medium Turquoise #55D7D7

Tints of Medium Turquoise #55D7D7

Color information

#55D7D7 (or 0x55D7D7) is unknown color: approx Medium Turquoise. HEX triplet: 55, D7 and D7. RGB value is (85,215,215). Sum of RGB (Red+Green+Blue) = 85+215+215=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #55D7D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D7D7 is #AA2828. Grayscale: #B0B0B0. Windows color (decimal): -11151401 or 14145365. OLE color: 14145365.

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

Color convert

RGB85215215-
CMYK0.60000.16
HSL180º61.9%58.82%-
HSV(B)180º60.47%84.31%-
XYZ40.3155.4472.87-
YUV176.13149.9363-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.50%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=16.50%
G=41.75%
B=41.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852152150.60000.1618061.958.82
Hex55D7D73C0010b43e3b
Octal1253273277400202647673
Binary10101011101011111010111111100001000010110100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55d7d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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