#55cac7

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

Shades of Medium Turquoise #55CAC7

Tints of Medium Turquoise #55CAC7

Color information

#55CAC7 (or 0x55CAC7) is unknown color: approx Medium Turquoise. HEX triplet: 55, CA and C7. RGB value is (85,202,199). Sum of RGB (Red+Green+Blue) = 85+202+199=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CAC7 is #AA3538. Grayscale: #A6A6A6. Windows color (decimal): -11154745 or 13093461. OLE color: 13093461.

HSL color Cylindrical-coordinate representation of color #55CAC7: hue angle of 178.46º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAC7 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB85202199-
CMYK0.5800.010.21
HSL178.46º52.47%56.27%-
HSV(B)178.46º57.92%79.22%-
XYZ35.1848.361.5-
YUV166.68146.2469.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.49%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=17.49%
G=41.56%
B=40.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021990.5800.010.21178.4652.4756.27
Hex55CAC73A0115b23438
Octal1253123077201252626470
Binary10101011100101011000111111010011010110110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55cac7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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