#55ECC4

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

Shades of Turquoise #55ECC4

Tints of Turquoise #55ECC4

Color information

#55ECC4 (or 0x55ECC4) is unknown color: approx Turquoise. HEX triplet: 55, EC and C4. RGB value is (85,236,196). Sum of RGB (Red+Green+Blue) = 85+236+196=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECC4 is #AA133B. Grayscale: #BABABA. Windows color (decimal): -11146044 or 12905557. OLE color: 12905557.

HSL color Cylindrical-coordinate representation of color #55ECC4: hue angle of 164.11º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ECC4 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB85236196-
CMYK0.6400.170.07
HSL164.11º79.89%62.94%-
HSV(B)164.11º63.98%92.55%-
XYZ43.7165.9162.64-
YUV186.29133.4755.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.44%
GREEN value IS 236 (92.58% from 255) = 45.65%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=16.44%
G=45.65%
B=37.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852361960.6400.170.07164.1179.8962.94
Hex55ECC4400117a4503f
Octal125354304100021724412077
Binary101010111101100110001001000000010001111101001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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