#55CAD7

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

Shades of Medium Turquoise #55CAD7

Tints of Medium Turquoise #55CAD7

Color information

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

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

Color convert

RGB85202215-
CMYK0.600.0600.16
HSL186º61.9%58.82%-
HSV(B)186º60.47%84.31%-
XYZ37.1349.0871.81-
YUV168.5154.2468.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852022150.600.0600.1618661.958.82
Hex55CAD73C6010ba3e3b
Octal1253123277460202727673
Binary1010101110010101101011111110011001000010111010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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