#55EBD6

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

Shades of Turquoise #55EBD6

Tints of Turquoise #55EBD6

Color information

#55EBD6 (or 0x55EBD6) is unknown color: approx Turquoise. HEX triplet: 55, EB and D6. RGB value is (85,235,214). Sum of RGB (Red+Green+Blue) = 85+235+214=534 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.92% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EBD6 is #AA1429. Grayscale: #BBBBBB. Windows color (decimal): -11146282 or 14084949. OLE color: 14084949.

HSL color Cylindrical-coordinate representation of color #55EBD6: hue angle of 171.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBD6 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB85235214-
CMYK0.6400.090.08
HSL171.6º78.95%62.75%-
HSV(B)171.6º63.83%92.16%-
XYZ45.5966.273.99-
YUV187.76142.854.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.92%
GREEN value IS 235 (92.19% from 255) = 44.01%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=15.92%
G=44.01%
B=40.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal852352140.6400.090.08171.678.9562.75
Hex55EBD640098ac4f3f
Octal1253533261000111025411777
Binary101010111101011110101101000000010011000101011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,235,214); }

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

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

 a { background-color: rgb(85,235,214); }

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

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

 span { border-color: rgb(85,235,214); }

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