#55C4CC

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

Shades of Medium Turquoise #55C4CC

Tints of Medium Turquoise #55C4CC

Color information

#55C4CC (or 0x55C4CC) is unknown color: approx Medium Turquoise. HEX triplet: 55, C4 and CC. RGB value is (85,196,204). Sum of RGB (Red+Green+Blue) = 85+196+204=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #55C4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C4CC is #AA3B33. Grayscale: #A3A3A3. Windows color (decimal): -11156276 or 13419605. OLE color: 13419605.

HSL color Cylindrical-coordinate representation of color #55C4CC: hue angle of 184.03º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C4CC is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB85196204-
CMYK0.580.0400.2
HSL184.03º53.85%56.67%-
HSV(B)184.03º58.33%80%-
XYZ34.3945.7764.15-
YUV163.72150.7371.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=17.53%
G=40.41%
B=42.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal851962040.580.0400.2184.0353.8556.67
Hex55C4CC3A4014b83639
Octal1253043147240242706671
Binary1010101110001001100110011101010001010010111000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,204); }

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

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

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

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

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

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

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