#55CDC1

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

Shades of Medium Turquoise #55CDC1

Tints of Medium Turquoise #55CDC1

Color information

#55CDC1 (or 0x55CDC1) is unknown color: approx Medium Turquoise. HEX triplet: 55, CD and C1. RGB value is (85,205,193). Sum of RGB (Red+Green+Blue) = 85+205+193=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #55CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDC1 is #AA323E. Grayscale: #A7A7A7. Windows color (decimal): -11153983 or 12701013. OLE color: 12701013.

HSL color Cylindrical-coordinate representation of color #55CDC1: hue angle of 174º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CDC1 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB85205193-
CMYK0.5900.060.20
HSL174º54.55%56.86%-
HSV(B)174º58.54%80.39%-
XYZ35.249.4458.14-
YUV167.75142.2468.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=17.60%
G=42.44%
B=39.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051930.5900.060.2017454.5556.86
Hex55CDC13B0614ae3739
Octal1253153017306242566771
Binary1010101110011011100000111101101101010010101110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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